|
oci_fetchFetches 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
|