php異步執行shell腳本

docker.php /** * 跨平臺執行腳本 * * @return array * array['output'] 執行後的輸出結果 * array['status'] 執行狀態 0爲正常 127 找不到腳本 126沒有執行該shell腳本權限 */ function terminal($command) { // system if (function_exists ( '
相關文章
相關標籤/搜索