Is there a way to use the die() function to stop executing PHP statements on a page included on another page, but continue the execution of PHP statements on the page on which the file containing the die() function was included?
|
|
||||
|
|
|
use |
|||||||||||||
|
|
No. But you can use
As stated in the excerpt from the PHP docs, you can even use it to give a exit code / return value back from the include:
|
||||
|
|
|
No. You could use
And throw an exception where you would use |
|||
|
|
