fork download
  1. <?php
  2. error_reporting (E_ALL);
  3.  
  4. $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
  5.  
  6. echo $socket? "OK":"Error";
  7.  
  8.  
  9. ?>
  10.  
Runtime error #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Fatal error: Call to undefined function socket_create() in /home/hxdICl/prog.php on line 4