Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
exit
exit
Output a message and exit the current script
Name:
exit
Category:
Miscellaneous
Programming Language:
php
One-line Description:
Print a message and exit the current script.
Related
Does PHP exit conflict with ob_end_flush()? A Detailed Compatibility Analysis
3
How to Output Error Messages and Immediately Stop a Program Using the exit Function in PHP
2
Similar Functions
uniqid
uniqid
GenerateauniqueID
get_browser
get_browser
Getthefunctionsthatt
unpack
unpack
Decompressdatafrombi
__halt_compiler
__halt_compiler
Interruptthecompiler
pack
pack
Packagedataintobinar
define
define
Defineaconstant
die
die
Equivalenttoexit()
sys_getloadavg
sys_getloadavg
Obtaintheaverageload
Popular Articles
How to Output Error Messages and Immediately Stop a Program Using the exit Function in PHP
Does PHP exit conflict with ob_end_flush()? A Detailed Compatibility Analysis