Help for this page

Select Code to Download


  1. or download this
    for(;;)
    {
    ...
        $MySocket->recv ($text,1000);#///Recv
        print "\nReceived message From:$text";
    }