php异步执行shell脚本

docker.php /** * 跨平台执行脚本 * * @return array * array['output'] 执行后的输出结果 * array['status'] 执行状态 0为正常 127 找不到脚本 126没有执行该shell脚本权限 */ function terminal($command) { // system if (function_exists ( '
相关文章
相关标签/搜索