Home
PHP
Tags
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
Why Your PDO::exec Isn’t Throwing Exceptions? You Might Have Missed This Step
3
How to use the socket_addrinfo_connect function in PHP with the socket_write function to send data? Examples included.
9
Similar Functions
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDO::commit
PDO::commit
Submittransactions
PDOStatement::bindColumn
PDOStatement::bindColumn
BindcolumnstoPHPvari
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
Popular Articles
How to use the socket_addrinfo_connect function in PHP with the socket_write function to send data? Examples included.
Why Your PDO::exec Isn’t Throwing Exceptions? You Might Have Missed This Step