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::$warning_count
mysqli::$warning_count
(mysqli_warning_coun
mysqli_stmt::next_result
mysqli_stmt::next_result
(mysqli_stmt_next_re
mysqli::next_result
mysqli::next_result
(mysqli_next_result)
mysqli_result::$num_rows
mysqli_result::$num_rows
(mysqli_num_rows)Get
mysqli::select_db
mysqli::select_db
(mysqli_select_db)Se
mysqli::use_result
mysqli::use_result
(mysqli_use_result)S
mysqli_result::fetch_row
mysqli_result::fetch_row
(mysqli_fetch_row)Us
mysqli_stmt::attr_set
mysqli_stmt::attr_set
(mysqli_stmt_attr_se
Popular Articles
How to Effectively Log Errors Using mysqli::$errno in PHP