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
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
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDO::quote
PDO::quote
Addquotestostringsin
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDO::query
PDO::query
ExecuteSQLstatements
Popular Articles
How to use the socket_addrinfo_connect function in PHP with the socket_write function to send data? Examples included.