Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Return a separate column from the next row in the result set
Name:
PDOStatement::fetchColumn
Category:
PDO
Programming Language:
php
One-line Description:
Return a separate column from the next row in the result set
Related
How to Use PDOStatement::fetchColumn to Prevent SQL Injection?
7
How to get single field value with PDOStatement::fetchColumn
5
Similar Functions
PDO::exec
PDO::exec
ExecuteSQLstatementa
PDOStatement::bindValue
PDOStatement::bindValue
Bindthevaluetothepar
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDO::query
PDO::query
ExecuteSQLstatements
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDO::prepare
PDO::prepare
Preparethestatementt
PDO::__ construct
PDO::__ construct
CreateaPDOinstanceth
Popular Articles
How to get single field value with PDOStatement::fetchColumn
How to Use PDOStatement::fetchColumn to Prevent SQL Injection?