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 d8d560b commit 07bfff1Copy full SHA for 07bfff1
Demo/3#命令执行类函数/3.7.php
@@ -0,0 +1,5 @@
1
+<?php
2
+echo `ls`; //执行Linux的ls命令:index.php
3
+//echo `dir`; //执行Windows的dir命令:index.php
4
+
5
+?>
0 commit comments