美文网首页
PHP execute command via shell

PHP execute command via shell

作者: RoyTien | 来源:发表于2017-07-25 11:41 被阅读15次
    $shellCmd = shell_exec("SHELL COMMAND");
    // Execute shell command and print out the result
    echo "<pre>$shellCmd</pre>";
    

    相关文章

      网友评论

          本文标题:PHP execute command via shell

          本文链接:https://www.haomeiwen.com/subject/llrwkxtx.html