Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

Anonymous
18 years ago
If you want to use a simple fractional value for timeout:

<?php
socket_select
(..., floor($timeout), ceil($timeout*1000000));
?>

<< Back to user notes page

To Top