/* }}} */
/* {{{ proto int ora_plogon(string user, string password)
- Open a persistant Oracle connection */
+ Open a persistent Oracle connection */
PHP_FUNCTION(ora_plogon)
{
ora_do_logon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);
/* }}} */
/* {{{ proto int ora_open(int connection)
-
Open an Oracle cursor */
PHP_FUNCTION(ora_open)
{ /* conn_index */
}
/* }}} */
-/* {{{ proto int ora_fetch_into(int cursor, array result [ , int flags ])
+/* {{{ proto int ora_fetch_into(int cursor, array result [, int flags])
Fetch a row into the specified result array */
PHP_FUNCTION(ora_fetch_into)
{