如何運行「.exe」文件拋出我的PHP類? 或者還有其他方法可以做到嗎?如何運行「.exe」文件拋出PHP類
我已經使用
exec();
passthru();
的功能,但它給我的錯誤,我的代碼:
$path = "C:\Program Files\Softland\doPDF 7\dopdf.exe";
$result = passthru('$path 2>&1');
錯誤:
'$path' is not recognized as an internal or external command, operable program or batch file.
這是超級安全的。 – Kermit
'Throw'還是'through'? –
只需將單引號轉換爲雙引號。 –