Answers

Question and Answer:

  Home  Internee PHP Developer

⟩ Tell me what is the goto statement useful for?

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.

 196 views

More Questions for you: