Logo

Programming-Idioms

History of Idiom 87 > diff from v16 to v17

Edit summary for version 17 by :
New PHP implementation by user [nvius]

Version 16

2016-02-18, 16:58:02

Version 17

2016-02-19, 21:44:05

Idiom #87 Stop program

Exit immediatly.
If some extra cleanup work is executed by the program runtime (not by the OS itself), describe it.

Idiom #87 Stop program

Exit immediatly.
If some extra cleanup work is executed by the program runtime (not by the OS itself), describe it.

Code
exit();
Doc URL
http://php.net/manual/en/function.exit.php