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
Use date_sub function to subtract weekdays: How to avoid weekends
2
Optimizing Website Performance and User Experience with Hexo and PHP
7
time_nanosleep compatibility test on different platforms (Windows/Linux/macOS)
9
What are the pitfalls to watch out for when handling character encoding with mb_decode_mimeheader?
10
Similar Functions
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDO::query
PDO::query
ExecuteSQLstatements
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
PDO::errorCode
PDO::errorCode
GetstheSQLSTATEassoc
Popular Articles