useful recursive PHP functions

recursively ...

PHP Manual for

ora_open

(PHP 3, PHP 4 )

ora_open -- Opens an Oracle cursor

Description

resource ora_open ( resource connection)

Opens an Oracle cursor associated with connection.

Returns a cursor index or FALSE on failure. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions.

© 2012 lixlpixel