Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
error_get_last
error_get_last
Get the last error
Name:
error_get_last
Category:
Error handling
Programming Language:
php
One-line Description:
Returns the last error that occurred.
Related
How to Install and Configure Imagick Extension in PHP: A Detailed Guide
8
Methods to initialize global static data in init function
7
Difference Between self and this in PHP and How to Use Them
6
Use mysqli_stmt::prepare to achieve batch update
1
Similar Functions
user_error
user_error
trigger_erroralias
restore_exception_handler
restore_exception_handler
Recovertheexceptionh
debug_backtrace
debug_backtrace
Generateabacktrace
error_clear_last
error_clear_last
Clearthelatesterror
set_exception_handler
set_exception_handler
Setuser-definedexcep
restore_error_handler
restore_error_handler
Restorethepreviouser
error_reporting
error_reporting
WhatPHPerrorsshouldb
set_error_handler
set_error_handler
Setuser-definederror
Popular Articles