PHP » GoLang |
login |
register |
about
|
GoLang pg_fetch_all_columns
request it (302)
GoLang replacement for PHP's pg_fetch_all_columns
[edit | history]
pg_fetch_all_columns(PHP 5 >= 5.1.0, PHP 7) pg_fetch_all_columns — Fetches all rows in a particular result column as an array Description
array pg_fetch_all_columns
( resource
$result
[, int $column = 0
] )pg_fetch_all_columns() returns an array that contains all rows (records) in a particular column of the result resource.
Parameters
Return ValuesAn array with all values in the result column.
Examples
Example #1 pg_fetch_all_columns() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|