PHP Doku:: Returns the output column name - function.ovrimos-field-name.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenOvrimos SQLOvrimos SQL Funktionenovrimos_field_name

Ein Service von Reinhard Neidl - Webprogrammierung.

Ovrimos SQL Funktionen

<<ovrimos_field_len

ovrimos_field_num>>

ovrimos_field_name

(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)

ovrimos_field_nameReturns the output column name

Beschreibung

string ovrimos_field_name ( int $result_id , int $field_number )

Returns the output column name at the index specified.

Parameter-Liste

result_id

A result identifier, returned by ovrimos_execute() or ovrimos_exec().

field_number

The field number. Starts at 1.

Rückgabewerte

Returns the field name as a string, or FALSE on error.

Siehe auch


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