goto PHP operator

goto operator will skip execution of code and continue execution of a code that follows a label to which goto operator points to. If code has many goto operators, than this code probably needs a revision. It is possible to write code that executes without goto operators.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors