mysqli_connect_errno(no version information, might be only in CVS) mysqli_connect_errno -- Returns the error code from last connect callDescriptionint 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() | ||