$old_path = getcwd(); chdir('/my/path/'); $output = shell_exec('./script.sh var1 var2'); chdir($old_path); echo "<pre>$output</pre>";.
確定! 回上一頁