Home > PHP > Function > > ocifetchinto()

ocifetchinto()

ocifetchinto - Fetches the next row into an array (deprecated)

Syntax

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

Arguments

  • statement - A valid OCI8 statement identifier from oci_parse().
  • result - A valid OCI8 statement identifier from oci_parse().
  • mode - A valid OCI8 statement identifier from oci_parse().

Description

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

Version

PHP 4, 5, PECL OCI8 >= 1.0.0

Return value