update : 2015.11.03
php.shukuma.com검색:
|
mysqli::pollmysqli_poll(PHP 5 >= 5.3.0) mysqli::poll -- mysqli_poll — Poll connections 설명객체 기반 형식
public static 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
] )Poll connections. mysqlnd에서만 사용할 수 있습니다. The method can be used as static. 인수
반환값
Returns number of ready connections upon success, 예제
Example #1 A mysqli_poll() example
<?php 위 예제의 출력: Array ( [0] => test ) 참고
|