fixed prototypes for mysqli_connect_err* functions

(thx to Mehdi Achour)
This commit is contained in:
Georg Richter 2004-02-23 16:49:18 +00:00
parent b2bc520067
commit c65d7997c3

View file

@ -145,7 +145,7 @@ PHP_FUNCTION(mysqli_embedded_connect)
/* }}} */ /* }}} */
#endif #endif
/* {{{ proto int mysqli_connect_errno() /* {{{ proto int mysqli_connect_errno(void)
Returns the numerical value of the error message from last connect command */ Returns the numerical value of the error message from last connect command */
PHP_FUNCTION(mysqli_connect_errno) PHP_FUNCTION(mysqli_connect_errno)
{ {
@ -153,7 +153,7 @@ PHP_FUNCTION(mysqli_connect_errno)
} }
/* }}} */ /* }}} */
/* {{{ proto string mysqli_connect_error() /* {{{ proto string mysqli_connect_error(void)
Returns the text of the error message from previous MySQL operation */ Returns the text of the error message from previous MySQL operation */
PHP_FUNCTION(mysqli_connect_error) PHP_FUNCTION(mysqli_connect_error)
{ {