connect('224.10.20.30', 9905); $client->send("hello world"); echo $client->recv() . "\n"; sleep(1);