PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::getAffectedRows
request it (313)
GoLang replacement for PHP's MysqlndUhConnection::getAffectedRows
[edit | history]
PHP MysqlndUhConnection::getAffectedRowsPHP original manual for MysqlndUhConnection::getAffectedRows [ show | php.net ]MysqlndUhConnection::getAffectedRows(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getAffectedRows — Gets the number of affected rows in a previous MySQL operation Description
public int MysqlndUhConnection::getAffectedRows
( mysqlnd_connection
$connection
)Gets the number of affected rows in a previous MySQL operation. Parameters
Return ValuesNumber of affected rows. Examples
Example #1 MysqlndUhConnection::getAffectedRows() example
<?php The above example will output: proxy::getAffectedRows(array ( 0 => NULL, )) proxy::getAffectedRows returns 1 int(1) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|