码迷,mamicode.com
首页 > Web开发 > 详细

php 执行shell

时间:2018-10-18 23:57:43      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:结果   stat   var   ace   l命令   string   dex   keyword   space   

<?php

    $shell "ls -la";
    exec($shell$result$status);
    $shell "<font color=‘red‘>$shell</font>";
    echo "<pre>";
    if$status ){
        echo "shell命令{$shell}执行失败";
    else {
        echo "shell命令{$shell}成功执行, 结果如下<hr>";
        print_r( $result );
    }
    echo "</pre>";
?>

php 执行shell

标签:结果   stat   var   ace   l命令   string   dex   keyword   space   

原文地址:https://www.cnblogs.com/vinzen/p/9813256.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!