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
6
How to Properly Use PHP’s log10 Function? Complete Usage Guide and Example Explanation
9
How to Integrate password_needs_rehash in a Laravel Project to Upgrade and Optimize Password Strategies?
10
get_client_version information loss problem in HTTPS request
4
Similar Functions
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returnsmetadatainthe
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDO::commit
PDO::commit
Submittransactions
PDOStatement
PDOStatement
PDOStatementclass
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
Popular Articles