PHP 8.5.0 Beta 1 available for testing

Voting

: two plus zero?
(Example: nine)

The Note You're Voting On

zital at riseup dot net
8 years ago
due to PHP standars modify the code to:
<?php
//...
$write = NULL;
$except = NULL;
$tv_sec = 5;

// Set up a blocking call to socket_select
if(socket_select($read, $write, $except, $tv_sec) < 1)
//...
?>

<< Back to user notes page

To Top