PHP die () function

Source: Internet
Author: User
PHP die () function

PHP Miscellaneous functions

Definition and usage

The die () function outputs a message and exits the current script.

The function is an alias for the exit () function.

Grammar
Die (status)
Parameters Description
Status Necessary. Specifies the message or status number to write before exiting the script. The status number is not written to the output.
Description

If the status is a string, the function outputs the string before exiting.

If the status is an integer, this value is used as the exit state. The value of the exit status is between 0 and 254. Exit status 255 is reserved by PHP and will not be used. Status 0 is used to successfully terminate the program.

Hints and Notes

Note: If PHP has a version number greater than or equal to 4.2.0, the parameter will not be output if the status is an integer.

Example
die("Unable to connect to $site");? >

PHP die () function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.