可以用 exec() 或是 system(),這 2 個函式都可以 執行外部程式 例如: exec('echo test'); system('echo test'); ...
www.php5.idv.tw