Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
trigger_error
trigger_error
Generate a user-level error/warning/Notice information
Name:
trigger_error
Category:
Error handling
Programming Language:
php
One-line Description:
Create a user-level error message.
Related
PHP halt() Function Explained: Usage, Applications, and Best Practices
7
What is the default return value of get_include_path()? How to adjust?
2
A Comprehensive Guide to Common PHP Global Arrays and Their Usage Examples
4
How to use stream_get_filters to select a stream filter for large files?
3
Similar Functions
trigger_error
trigger_error
Generateauser-levele
restore_exception_handler
restore_exception_handler
Recovertheexceptionh
set_error_handler
set_error_handler
Setuser-definederror
set_exception_handler
set_exception_handler
Setuser-definedexcep
error_clear_last
error_clear_last
Clearthelatesterror
user_error
user_error
trigger_erroralias
error_reporting
error_reporting
WhatPHPerrorsshouldb
debug_backtrace
debug_backtrace
Generateabacktrace
Popular Articles