Explain me what is the goto statement useful for?

Submitted by: Administrator
The goto statement can be placed to enable jumping inside the PHP program. The target is pointed by a label followed by a colon, and the instruction is specified as a goto statement followed by the desired target label.
Submitted by:

Read Online Junior Developer PHP Job Interview Questions And Answers