Error and Exception Handling

PHP try-catch

PHP try-catch is implemented with try and catch blocks, as usual. And, try block contains code with the feature of PHP exception handling by ...

September 13th, 2013

PHP Predefined Error Constants

Few days before, we have seen about PHP errors which are classified by the time of occurrence, recovery possibilities and etc. We can decide ...

June 23rd, 2013

PHP Errors

There are various possible error occurrences may happen in PHP. These errors are categorized based on the time of occurrences and based on w ...

June 17th, 2013

↑ Back to Top