php에서 py(파이썬) 실행하기 > PHP

본문 바로가기
사이트 내 전체검색

PHP

php에서 py(파이썬) 실행하기

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 6,303회 작성일 20-09-18 09:46

본문

$command = escapeshellcmd('python test.py');
 $output = shell_exec($command);
 echo $output;

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

Copyright © neion.co.kr All rights reserved.