PHP 5.5 has implemented a feature (which I've heard of in other languages) called finally , in handling exceptions (along with try/catch )
We have the following example:
set_error_handler(function ($errno, $errstr, $errfile, $er...
asked by
26.01.2015 / 15:42