while ($conn = $sock->accecpt()){ $conn->recv($buff, 1000); #do something with the $buff }