Computer Science, asked by shubh4673, 1 year ago

Which function used to terminate script execution in php?

Answers

Answered by linav00747
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