update : 2015.11.03
php.shukuma.com검색:
|
MysqlndUhConnection::ping(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::ping — Pings a server connection, or tries to reconnect if the connection has gone down 설명
public bool MysqlndUhConnection::ping
( mysqlnd_connection
$connection
)Pings a server connection, or tries to reconnect if the connection has gone down. 인수
반환값
Returns 예제
Example #1 MysqlndUhConnection::ping() example
<?php 위 예제의 출력: proxy::ping(array ( 0 => NULL, )) proxy::ping returns true 참고
|