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
Conflict problems and solutions between apcu_entry and opcache
6
PHP Frameworks and Cross-Language Interoperability: Key Techniques for Collaborative Development
9
Practical Methods to Convert PHP Array Keys to Numeric Indexes
3
Use socket_set_block to control the state flow during the connection initialization phase
7
Similar Functions
PDO::rollBack
PDO::rollBack
Rollbacktransactions
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
Popular Articles