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::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDO::query
PDO::query
ExecuteSQLstatements
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
Popular Articles
Why Your PDO::exec Isn’t Throwing Exceptions? You Might Have Missed This Step
How to use the socket_addrinfo_connect function in PHP with the socket_write function to send data? Examples included.