Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::$errno
mysqli::$errno
(mysqli_errno) Returns the error code of the most recent function call
Name:
mysqli::$errno
Category:
MySQLi
Programming Language:
php
One-line Description:
Returns the last error code of the last function call.
Related
How to Effectively Log Errors Using mysqli::$errno in PHP
5
Similar Functions
mysqli_stmt::close
mysqli_stmt::close
(mysqli_stmt_close)C
mysqli_result::fetch_field_direct
mysqli_result::fetch_field_direct
(mysqli_fetch_field_
mysqli_result::field_seek
mysqli_result::field_seek
(mysqli_field_seek)S
mysqli_stmt::get_result
mysqli_stmt::get_result
(mysqli_stmt_get_res
mysqli_stmt::attr_get
mysqli_stmt::attr_get
(mysqli_stmt_attr_ge
mysqli::$error_list
mysqli::$error_list
(mysqli_error_list)R
mysqli::store_result
mysqli::store_result
(mysqli_store_result
mysqli::kill
mysqli::kill
(mysqli_kill)Require
Popular Articles
How to Effectively Log Errors Using mysqli::$errno in PHP