Script for dumping PHP vars and other debugging. To put it simply, this tool is a perfectly replacement for print_r() and var_dump().
Just include class.jbdump.php
You can see examples init:
php.ini .htaccess include
auto_prepend_file = Z:\home\adm\jbdump\class.jbdump.phpauto_prepend_file = /var/www/jdump/data/public_html/class.jbdump.phpphp_value auto_prepend_file C:\OpenServer\domains\jbdump\class.jbdump.phpinclude './jbdump/class.jbdump.php';jbdump($myVar);
composer require "jbzoo/jbdump:1.x-dev"

