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
Optimizing Product Filtering and Sorting in E-commerce with Sphinx and PHP
7
Minimum runnable example using curl_share_init() in PHP
3
In-Depth Analysis of PHP Encryption Techniques: A Complete Guide to Symmetric and Asymmetric Encryption
4
PHP Lazy Loading Techniques: Practical Methods to Boost Website Speed
3
Similar Functions
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDOStatement::setAttribute
PDOStatement::setAttribute
Setstatementproperti
PDO::prepare
PDO::prepare
Preparethestatementt
PDO::query
PDO::query
ExecuteSQLstatements
Popular Articles