test.php 168 B

12345
  1. <?php
  2. //$re = system("c:\windows\system32\cmd.exe D:\SOFT_PHP_PACKAGE\nssl\reload.bat");
  3. $re = system("c:\windows\system32\ping.exe www.baidu.com");
  4. print_r($re);
  5. ?>