(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Fetches multiple rows from a query into a two-dimensional array
int oci_fetch_all ( resource $statement, array &$output [, int $skip = 0 [, int $maxrows = -1 [, int $flags = OCI_FETCHSTATEMENT_BY_COLUMN + OCI_ASSOC ]]] )
Fetches multiple rows from a query into a two-dimensional array. By default, all rows are returned.
This function can be called only once for each query execute