Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::query
PDO::query
Execute SQL statements and return the result set as a PDOStatement object
Name:
PDO::query
Category:
PDO
Programming Language:
php
One-line Description:
Execute SQL statements and return the result set as a PDOStatement object
Related
The correct way to handle NULL values in stmt_init
8
imageantialias() and imageline() to achieve smooth lines
3
What is the reason why mysqli::get_charset returns the value false?
7
Application of attr_get in data export scripts
9
Similar Functions
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDO::inTransaction
PDO::inTransaction
Checkifitisinsidethe
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::setAttribute
PDOStatement::setAttribute
Setstatementproperti
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDO::setAttribute
PDO::setAttribute
Setproperties
Popular Articles