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
What Are the Security Risks of PHP extract Function? How to Prevent Them
6
Performance of mysqli_result::fetch_all function on large datasets
1
What happens if you forget to define struct in FFI::cdef?
7
Common errors in imagetruecolortopalette and how to fix them
9
Similar Functions
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDO::quote
PDO::quote
Addquotestostringsin
PDOStatement
PDOStatement
PDOStatementclass
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
Popular Articles