Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::exec
PDO::exec
Execute SQL statement and return the number of affected rows
Name:
PDO::exec
Category:
PDO
Programming Language:
php
One-line Description:
Execute SQL statement and return the number of affected rows
Related
The correct way to copy remote resource streams using stream_copy_to_stream
9
Customize client experience using get_client_version and setcookie()
9
How to handle empty strings when using strcmp function
10
The difference between strnatcasecmp and strnatcmp: How to choose correctly?
7
Similar Functions
PDO::quote
PDO::quote
Addquotestostringsin
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDOStatement
PDOStatement
PDOStatementclass
PDO::rollBack
PDO::rollBack
Rollbacktransactions
Popular Articles