PHP » GoLang |
login |
register |
about
|
GoLang pg_fetch_result
request it (429)
GoLang replacement for PHP's pg_fetch_result
[edit | history]
pg_fetch_result(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_fetch_result — Returns values from a result resource Descriptionpg_fetch_result() returns the value of a particular row and field (column) in a PostgreSQL result resource.
Parameters
Return Values
Boolean is returned as "t" or "f". All
other types, including arrays are returned as strings formatted
in the same default PostgreSQL manner that you would see in the
psql program. Database NULL
values are returned as
Examples
Example #1 pg_fetch_result() example
<?php The above example will output: First field in the second row is: 2 |
more
Recently updated
more
Most requested
more
Last requests
|