update : 2015.11.03
php.shukuma.com검색:
|
MysqlndUhConnection::getWarningCount(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getWarningCount — Returns the number of warnings from the last query for the given link 설명
public int MysqlndUhConnection::getWarningCount
( mysqlnd_connection
$connection
)Returns the number of warnings from the last query for the given link. 인수
반환값Number of warnings. 예제
Example #1 MysqlndUhConnection::getWarningCount() example
<?php 위 예제의 출력: proxy::getWarningCount(array ( 0 => NULL, )) proxy::getWarningCount returns 0 int(0) 참고
|