Home > Backend Development > PHP Tutorial > php执行exec("aapt v",$output)

php执行exec("aapt v",$output)

WBOY
Release: 2016-06-23 14:06:45
Original
942 people have browsed it

php执行exec("aapt v",$output)得出来的数据是空的。。。
但是直接在linux下运行又是有数据的
root@ubuntu1204:/usr/local/src# aapt v
Android Asset Packaging Tool, v0.2
而且这个文件夹给的是777的权限,是能够执行的
exec("pwd",$output)是有数据的
这个是什么原因


回复讨论(解决方案)

我也遇到类型情况,可以使用一下system函数,如果不能出来返回值,可能是应为执行的脚本的原因,linux下有返回值跟它的配置环境有关系

你给apache root的身份运行php 估计就可以执行

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template