PHP » GoLang |
login |
register |
about
|
oci_fetch(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) oci_fetch — Fetches the next row from a query into internal buffers Description
bool oci_fetch
( resource
$statement
)Fetches the next row from a query into internal buffers accessible either with oci_result(), or by using variables previously defined with oci_define_by_name(). See oci_fetch_array() for general information about fetching data. Parameters
Return Values
Returns Examples
Example #1 oci_fetch() with defined variables
<?php
Example #2 oci_fetch() with oci_result()
<?php Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|