$shell = 'date'; # 执行Linux下的date 命令,输出当前日期 exec($shell, $result); var_dump($result); //结果如下: array(1) { [0]=> string(42) ...
確定! 回上一頁