pg_field_name(PHP 4 >= 4.2.0, PHP 5) pg_field_name — Returns the name of a field Описание
string pg_field_name
( resource $result
, int $field_number
)
pg_field_name() returns the name of the field occupying the given field_number in the given PostgreSQL result resource. Field numbering starts from 0.
Список параметров
Возвращаемые значенияThe field name, or FALSE on error. Примеры
Пример #1 Getting information about fields
<?phpРезультат выполнения данного примера:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |