PHP code example of jewei / dumpdump
1. Go to this page and download the library: Download jewei/dumpdump 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/ */
jewei / dumpdump example snippets
composer global
auto_prepend_file = ${HOME}/.composer/vendor/autoload.php
// /path/to/your/file.php
// If not installed globally, load it locally.
his id 789');
// Dump using function.
$var = array('some', 'data', 'you', 'want', 'to', 'see');
dumpdump($var, 'this is optional id of coz');