Debug

Debugging With Xdebug

    Xdebug is an amazing extension for PHP. It makes debugging your websites and web applications much easier. Let's take a look some debug before install Xdebug.

First, let's use var_dump() on a variable that happens to be an array:

var_dump($response);

This produces the following output:
 

More

Syndicate content