OCI8 Obsolete Aliases and Functions
PHP Manual

ocifetchinto

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

ocifetchintoFetches the next row into an array (deprecated)

Descrizione

int ocifetchinto ( resource $statement , array &$result [, int $mode = OCI_ASSOC + OCI_NUM ] )

This function is deprecated. Recommended alternatives: oci_fetch_array(), oci_fetch_object(), oci_fetch_assoc() and oci_fetch_row().

Avviso

Questa funzionalità è DEPRECATA dal PHP 5.4.0. Fare affidamento su questa funzionalità è altamente sconsigliato.


OCI8 Obsolete Aliases and Functions
PHP Manual