|
sqlite_columnSQLiteResult::columnSQLiteUnbuffered::columnFetches a column from the current row of a result set Description
mixed sqlite_column
( resource
$result
, mixed $index_or_name
[, bool $decode_binary = true
] )
mixed SQLiteResult::column
( mixed
$index_or_name
[, bool $decode_binary = true
] )
mixed SQLiteUnbuffered::column
( mixed
$index_or_name
[, bool $decode_binary = true
] )
Fetches the value of a column named Parameters
Return ValuesReturns the column value. Notes
See Also
|