diff options
author | Egon Schmid <eschmid@php.net> | 2000-02-23 16:33:01 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-02-23 16:33:01 +0000 |
commit | 1970a527ff40e6f81668f7c6e59da51670d7dcb6 (patch) | |
tree | fa97090d0efb1d3efa496d052db7baf2e9131e8c /ext/oracle/oracle.c | |
parent | ecb74a01a14a139c8d8df410407dd24c35e5d636 (diff) | |
download | php-git-1970a527ff40e6f81668f7c6e59da51670d7dcb6.tar.gz |
More protos.
Diffstat (limited to 'ext/oracle/oracle.c')
-rw-r--r-- | ext/oracle/oracle.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 66e7a074c7..68f0a5c3b6 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -368,7 +368,7 @@ PHP_FUNCTION(ora_logon) /* }}} */ /* {{{ 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); @@ -562,7 +562,6 @@ PHP_FUNCTION(ora_logoff) /* }}} */ /* {{{ proto int ora_open(int connection) - Open an Oracle cursor */ PHP_FUNCTION(ora_open) { /* conn_index */ @@ -1048,7 +1047,7 @@ PHP_FUNCTION(ora_fetch) } /* }}} */ -/* {{{ 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) { |