(PHP 3, PHP 4 >= 4.0.0)
You can fetch a row into an array with this function.
P°φklad 1. Oracle fetch into array
<?php array($results); ora_fetch_into($cursor, &$results); echo $results[0]; echo $results[1]; ?>
See also ora_parse(),ora_exec(), ora_fetch(), and ora_do().