pg_fetch_result(PHP 4 >= 4.2.0, PHP 5) pg_fetch_result — Returns values from a result resource Описаниеpg_fetch_result() returns the value of a particular row and field (column) in a PostgreSQL result resource.
Список параметров
Возвращаемые значения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 NULL. FALSE is returned if row exceeds the number of rows in the set, or on any other error. Примеры
Пример #1 pg_fetch_result() example
<?phpРезультат выполнения данного примера:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |