Home
PHP
Tags
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
Common reasons for pagination errors after using ceil()
6
Manage global palette resources in image synthesis system
7
How to Use PHP's zip_read() Function to Step Through the Next Entry in a Zip File?
9
Use xml_parse to parse attributes and elements in XML files
7
Similar Functions
PDOStatement::bindColumn
PDOStatement::bindColumn
BindcolumnstoPHPvari
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDO::query
PDO::query
ExecuteSQLstatements
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
Popular Articles