카테고리 없음

[PHP] PHP를 사용하여 cmd 명령을 실행할 수 있습니까?

필살기쓰세요 2021. 2. 5. 00:59

시도 exec하고 shell_exec:

http://php.net/manual/en/function.shell-exec.php

그 전에 실행하기에 충분한 권한이 있는지 확인하십시오.



출처
https://stackoverflow.com/questions/39920284