exec — 執行一個外部程序. string exec ( string $command [, array &$output [, int &$return_var ]] ). 範例. <?php echo exec("ls",$output);
確定! 回上一頁