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
How to test the correctness of hash_update_stream()? Example of automated scripts
1
PHP Tutorial: How to Efficiently Merge Multiple Arrays Using array_merge Function
1
Create an image with a transparent background
4
How to use array_change_key_case() to unify the key names of the configuration file array?
4
Similar Functions
PDO::query
PDO::query
ExecuteSQLstatements
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
Popular Articles