![]() | 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.
Valori restituitiAn error code value for the last call to mysqli_connect(), if it failed. zero means no error occurred. Vedere anche:mysqli_connect(), mysqli_connect_error(), mysqli_errno(), mysqli_error() e mysqli_sqlstate(). | ![]() |