tags:

views:

19

answers:

0

Hi!

I am running a function: @socket_recvfrom($this->socket, $buf, 8192, 0, $from, $port);

but this returns an error saying:

socket_recvfrom(): unable to recvfrom [0]: The operation completed successfully.

Anyone who has an idèa about this? What does this mean?

Morten