PHP code example of fangx / dumper

1. Go to this page and download the library: Download fangx/dumper library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

fangx / dumper example snippets


# Controller
// return hd($var1);

// return hd($var1, $var2, $var3);

# cli

// dump($var1);
// dump($var1, $var2, $var3);