return keyword in PHP

return keyword in PHP will cause halting execution the rest of the code of a procedure and it will cause continue execution of a code after that procedure was called.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator