PHP » PYTHON |
login |
register |
about
|
mysqli::pollmysqli_poll(PHP 5 >= 5.3.0) mysqli::poll -- mysqli_poll — Poll connections Description
public int mysqli::poll
( array &$read
, array &$error
, array &$reject
, int $sec
[, int $usec
] )
int mysqli_poll
( array &$read
, array &$error
, array &$reject
, int $sec
[, int $usec
] )
Warning
This function is currently not documented; only its argument list is available. Poll connections. Available only with mysqlnd. Parameters
Return ValuesReturns number of ready connections in success, FALSE otherwise. Examples
Example #1 A mysqli_poll() example
<?php The above example will output: Array ( [0] => test )
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|