Finally block in PHP

Finally block will be executed in a case where try or catch block is executed. Finally block will be executed always.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator