PHP中exec与shell_exec函数区别

这两个函数都是执行Linux命令函数,不一样的是获取返回结果不同,exec只能获取最后一行数据,shell_execu则能够获取所有数据。 exec例子 -rw-r--r--. 1 lee web 81 Mar 8 17:00 c.php shell_exec例子 total 12 -rw-rw-r--. 1 www web 139 Jul 16 2012 a.php -rw-r--r--
相关文章
相关标签/搜索