Help for this page

Select Code to Download


  1. or download this
    use IO::Socket::INET;
     
    ...
    }
     
    $socket->close();
    
  2. or download this
    <?php
    error_reporting(E_ALL);
    ...
    socket_close($socket);
    echo "OK.\n\n";
    ?>