Skip to content

Commit 07bfff1

Browse files
authored
Create 3.7.php
1 parent d8d560b commit 07bfff1

File tree

1 file changed

+5
-0
lines changed
  • Demo/3#命令执行类函数

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)