#Hamari_Soch_Tech #PHP_Tutorial #die_and_exit_Functions
PHP Tutorial - 24 die and exit Functions.
PHP | die() & sleep() functions
die()
The die() is an inbuilt function in PHP. It is used to print message and exit from the current php script. It is equivalent to exit() function in PHP.