PHP » GoLang |
login |
register |
about
|
oci_fetch_all(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) oci_fetch_all — Fetches multiple rows from a query into a two-dimensional array Description
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 executed with oci_execute(). Parameters
Return Values
Returns the number of rows in Examples
Example #1 oci_fetch_all() example
<?php
Example #2 oci_fetch_all() example with
<?php
Example #3 oci_fetch_all() with
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|