PHP code example of ymm1x / xdump

1. Go to this page and download the library: Download ymm1x/xdump 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/ */

    

ymm1x / xdump example snippets


d($var1, $var2, $var3);

\Ymm1x\XDump\Dumper::dump($var1, $var2, $var3);