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
The correct way to match imageantialias() and imagecreate()
5
How to make array_diff() compare JSON decoded arrays?
1
Build a Token-Based Authentication System with PHP and OAuth
2
imagefilledpolygon() + imageantialias(): Draw smooth fill polygon
10
Similar Functions
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDOStatement::setAttribute
PDOStatement::setAttribute
Setstatementproperti
PDO::prepare
PDO::prepare
Preparethestatementt
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDO
PDO
PDOclass
Popular Articles