Blog posts tagged with 'try':



PHP5.5: Try/Catch/Finally

Date: 12 Feb 2013
Tags: [ catch ]  [ exception ]  [ finally ]  [ PHP ]  [ try

Exception handling is available in PHP since version 5.  It allows you to have a more fine-grained control over code when things go wrong ie, when exceptions occur. But since PHP 5.5, exception handling has finally evolved into what it should have been from the beginning: the finally part has been implemented.

Read more...