Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
px_get_field
(PECL paradox >= 1.0.0)
px_get_field — Returns the specification of a single field
Описание
array px_get_field ( resource $pxdoc , int $fieldno )Список параметров
pxdoc -
Resource identifier of the paradox database as returned by px_new().
fieldno -
Number of the field. The first field has number 0. Specifying a field number less than 0 and greater or equal the number of fields will trigger an error.
Возвращаемые значения
Returns the specification of the fieldno 'th database field as an associated array. The array contains three fields named name, type, and size.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru