摘要: 1.PHP命令执行的常见函数 1.system函数。 用于执行外部程序并显示输出。 string system ( string $command [,int $return_var ]) //index.php <?php system('whoami');?> //执行后输出root 2.exe 阅读全文
posted @ 2022-07-25 13:29 clyhys 阅读(109) 评论(0) 推荐(0)