update : 2015.11.03
php.shukuma.com검색:
|
MysqlndUhConnection::getAffectedRows(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getAffectedRows — Gets the number of affected rows in a previous MySQL operation 설명
public int MysqlndUhConnection::getAffectedRows
( mysqlnd_connection
$connection
)Gets the number of affected rows in a previous MySQL operation. 인수
반환값Number of affected rows. 예제
Example #1 MysqlndUhConnection::getAffectedRows() example
<?php 위 예제의 출력: proxy::getAffectedRows(array ( 0 => NULL, )) proxy::getAffectedRows returns 1 int(1) 참고
|