PHP Doku:: Gets a value - function.px-get-value.html

Verlauf / Chronik / History: (14) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

Paradox Funktionen

<<px_get_schema

px_insert_record>>

px_get_value

(PECL paradox >= 1.1.0)

px_get_valueGets a value

Beschreibung

float px_get_value ( resource $pxdoc , string $name )

Gets various values.

Parameter-Liste

pxdoc

Resource identifier of the paradox database as returned by px_new().

name

name can be one of the following.

numprimkeys

The number of primary keys. Paradox databases always use the first numprimkeys fields for the primary index.

Rückgabewerte

Returns the value of the parameterIm Fehlerfall wird FALSE zurückgegeben..


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",...)