php脚本中的Linux shell命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php脚本中的Linux shell命令相关的知识,希望对你有一定的参考价值。
The “2>&1″ bit tells to pipe the standard error to the standard output. Otherwise the standard error may not be outputted by the system and you won’t have a way to troubleshoot your script.以上是关于php脚本中的Linux shell命令的主要内容,如果未能解决你的问题,请参考以下文章