Which function used to terminate script execution in php?
Answers
Answered by
0
The exit() function in PHP is an inbuilt function which is used to output a message and terminate the current script. The exit() function only terminates the execution of the script.
Similar questions