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