update : 2015.11.03
php.shukuma.com검색:
|
MysqlndUhConnection::getProtocolInformation(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getProtocolInformation — Returns the version of the MySQL protocol used 설명
public string MysqlndUhConnection::getProtocolInformation
( mysqlnd_connection
$connection
)Returns the version of the MySQL protocol used. 인수
반환값The protocol version. 예제
Example #1 MysqlndUhConnection::getProtocolInformation() example
<?php 위 예제의 출력: proxy::getProtocolInformation(array ( 0 => NULL, )) proxy::getProtocolInformation returns 10 int(10) 참고
|