I would like to output ls from /root/test directory via shell exec, how can I do it? $output = shell_exec('ls'); echo " $output "; its …
確定! 回上一頁