WEB/PHP

PHP system command functions

NGA_ 2019. 9. 24. 00:11


system();

passthru();

exec();

shell_exec()

pcntl_exec();

proc_open();

popen();