Help for this page

Select Code to Download


  1. or download this
    
        $OUTPUT_AUTOFLUSH=1;
    ...
            $client_socket->send($ret);                ###  ADD REPLY
        }
        $client_socket->close();
    
  2. or download this
    
        $OUTPUT_AUTOFLUSH=1;
    ...
            print "response from server was $ack\n";   ### GET REPLY
        }
        $socket->close();