diff options
| -rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 99708205a9..765af87129 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3595,7 +3595,7 @@ PHP_FUNCTION(ociplogon) /* }}} */ -/* {{{ proto int ocierror([int stmt|conn|global]) +/* {{{ proto array ocierror([int stmt|conn|global]) Return the last error of stmt|conn|global. If no error happened returns false. */ PHP_FUNCTION(ocierror) |
