Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDOStatement::rowCount
PDOStatement::rowCount
Returns the number of rows affected by the previous SQL statement
Name:
PDOStatement::rowCount
Category:
PDO
Programming Language:
php
One-line Description:
Returns the number of rows affected by the previous SQL statement
Related
How to Handle Character Encoding Issues When Parsing XML with xml_get_error_code?
8
5 possible reasons why mysqli::get_charset cannot obtain character set information
10
Use array_combine to build database field mapping relationship
5
Use imagepng() to save images
1
Similar Functions
PDO::prepare
PDO::prepare
Preparethestatementt
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
Popular Articles