PHP
Does PHP5 ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Does PHP5 has
goto
operator?
Yes
No
Explanation
The
goto
operator can be used to jump to another section in the program. The target point is specified by a label followed by a colon, and the instruction is given as
goto
followed by the desired target label.
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
P
HP
Quiz
Login to learn PHP
or
Read more about
PHP Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
PHP quizzes
Consider following code: switch ("a") { case...
What will be the value of out after executing the code? ...
Consider following code snippet: var r = ['a', 'l', 'p', 'h']; ...
How do you loop through objects in an array?...
Select the name of the String method that returns the position of first occurren...
What is the correct JavaScript syntax to disable right mouse click on your web p...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment