Complete PHP Misc Reference
The die() function prints a message and exits the current script.
This function is an alias of the exit() function.
| Parameter | Description |
|---|---|
| message | Required. Specifies the message or status number to write before exiting the script. The status number will not be written to the output. |
Complete PHP Misc Reference
Your message has been sent to W3Schools.