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
HTML Parsing and PHP Handling Techniques in CTF: Enhance Your Network Security Skills
10
In-Depth Guide to B2C PHP Source Code and Practical Development
8
Complete Guide to PHP JSON Encoding and Decoding for Easy Data Handling
6
The difference between strnatcasecmp and natsort in PHP and usage scenarios
10
Similar Functions
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
Popular Articles