摘要: PHP提供了4种方法执行系统外部命令:exec()、passthru()、system()、shell_exec(),下面分别介绍: 1、exec 原型:string exec ( string $command [, array &$output [, int &$return_var ]] ) 阅读全文
posted @ 2017-11-25 10:02 Microtiger 阅读(4535) 评论(0) 推荐(0)