We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9090b commit c5b8437Copy full SHA for c5b8437
Demo/3#命令执行类函数/3.5.php
@@ -0,0 +1,5 @@
1
+<?php
2
+passthru('ls'); //执行Linux的读取目录命令:index.php
3
+//passthru('dir'); //执行Windows的读取目录命令:index.php
4
+
5
+?>
0 commit comments