Home > Article > Backend Development > php脚本无法获取指定的环境变量,该如何解决
php脚本无法获取指定的环境变量
写了个php脚本:
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> function updateReq(){ exec("python /home/gun/app/clim.py ",$outPut); return $outPut; }
$out = array(); exec = ('ls', $out); print_r($out); //可以不可以 <br><font color="#e78608">------解决方案--------------------</font><br> 这个跟你的环境变量有关吧。。 <div class="clear"> </div>