OCI8 Funktionen
PHP Manual

ocifetchinto

(PHP 4, PHP 5, PECL oci8 >= 1.0.0)

ocifetchintoFetcht die nächste Zeile des Ergebnisses in ein Array (deprecated!)

Beschreibung

int ocifetchinto ( resource $statement , array &$result [, int $mode ] )

Diese Funktion ist deprecated. Empfohlene Alternativen: oci_fetch_array(), oci_fetch_object(), oci_fetch_assoc() und oci_fetch_row().


OCI8 Funktionen
PHP Manual