会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Microtiger
博客园
首页
新随笔
联系
订阅
管理
2017年11月25日
php执行外部命令函数:exec()、passthru()、system()、shell_exec()对比
摘要: 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)
公告