Hi all,
got a problem here:
$fp = fsockopen("udp://10.0.0.1", 27015, &$errno, &$errstr, 20);
If the host with the ip 10.0.0.1 is up and the daemon (Half-Life) is running, everything works fine but if not ...
The timeout doesn't work, after 30 seconds i get an error message saying that the execution timeout is 30 seconds !
I don't know if it's normal that the timeout doesn't work when connecting to a UDP-socket because i'm not that experienced in PHP (4.0 btw) ... The problem is, i need the timeout !!
1.) What's the problem ?
2.) How can i solve this situation ?
PS: PLEEEAAASE !!! THANKS 🙂