PHP Doku:: Returns the specification of a single field - function.px-get-field.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenParadox File AccessParadox Funktionenpx_get_field

Ein Service von Reinhard Neidl - Webprogrammierung.

Paradox Funktionen

<<px_delete

px_get_info>>

px_get_field

(PECL paradox >= 1.0.0)

px_get_fieldReturns the specification of a single field

Beschreibung

array px_get_field ( resource $pxdoc , int $fieldno )

Parameter-Liste

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.

Rückgabewerte

Returns the specification of the fieldno 'th database field as an associated array. The array contains three fields named name, type, and size.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)