(PHP 4, PHP 5, PECL OCI8 >= 1.0.0)
ocifetchinto — Fetches the next row into an array (deprecated)
$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().
自PHP 5.4.0起,此函数已经被废弃。 强烈建议不要应用此函数 。