mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
fixed prototypes for mysqli_connect_err* functions
(thx to Mehdi Achour)
This commit is contained in:
parent
b2bc520067
commit
c65d7997c3
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue