PHP Doku:: Return information about a parameter in a prepared query - function.ibase-param-info.html

Verlauf / Chronik / History: (15) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenFirebird/InterBaseFirebird/InterBase Funktionenibase_param_info

Ein Service von Reinhard Neidl - Webprogrammierung.

Firebird/InterBase Funktionen

<<ibase_num_params

ibase_pconnect>>

ibase_param_info

(PHP 5)

ibase_param_infoReturn information about a parameter in a prepared query

Beschreibung

array ibase_param_info ( resource $query , int $param_number )

Returns an array with information about a parameter after a query has been prepared.

Parameter-Liste

query

An InterBase prepared query handle.

param_number

Parameter offset.

Rückgabewerte

Returns an array with the following keys: name, alias, relation, length and type.

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