![]() | mysqli_connect_errnoDescriptionint mysqli_connect_errno ( void )The mysqli_connect_errno() function will return the last error code number for last call to mysqli_connect(). If no errors have occured, this function will return zero.
Return valuesAn error code value for the last call to mysqli_connect(), if it failed. zero means no error occurred. See alsomysqli_connect(), mysqli_connect_error(), mysqli_errno(), mysqli_error(), mysqli_sqlstate() | ![]() |