PHP 8.5.0 Alpha 4 available for testing

Voting

: seven minus zero?
(Example: nine)

The Note You're Voting On

magicking89 at hotmail dot com
21 years ago
if you want to use a non block socket you must to use socket_last_error

if(!socket_last_error($sc)){
if($buffer=socket_read($sc,512,PHP_NORMAL_READ)){
echo $buffer;
}
}

if you use it your script wont take all your memory

<< Back to user notes page

To Top