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::more_results
mysqli::more_results
(mysqli_more_results
mysqli_result::fetch_assoc
mysqli_result::fetch_assoc
(mysqli_fetch_assoc)
mysqli_stmt::free_result
mysqli_stmt::free_result
(mysqli_stmt_free_re
mysqli::real_query
mysqli::real_query
(mysqli_real_query)E
mysqli::release_savepoint
mysqli::release_savepoint
(mysqli_release_save
mysqli::refresh
mysqli::refresh
(mysqli_refresh)Refr
mysqli::multi_query
mysqli::multi_query
(mysqli_multi_query)
mysqli::$thread_id
mysqli::$thread_id
(mysqli_thread_id)Re
Popular Articles
How to Effectively Log Errors Using mysqli::$errno in PHP