note 98126 deleted from function.die by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: some person
----
Note that die('some text') causes an exit code of 0 (zero)! This might not be what you expect, and is something important to know if you're in a CLI environment where exit status matters.