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
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDO::inTransaction
PDO::inTransaction
Checkifitisinsidethe
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
Popular Articles
How to use the socket_addrinfo_connect function in PHP with the socket_write function to send data? Examples included.