update page now
Longhorn PHP 2026 - Call For Papers

Voting

: max(two, five)?
(Example: nine)

The Note You're Voting On

magicking89 at hotmail dot com
22 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