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?
OS: Windows
PHP: 5.3
Morten