die
use to terminate code execution
useful when debugging
Usage:
die('Debugging...')// your code will not executive passed this pointLast updated
use to terminate code execution
useful when debugging
Usage:
die('Debugging...')// your code will not executive passed this pointLast updated