denismitr/dprint

This package is abandoned and no longer maintained. No replacement package was suggested.

Debug Print

v1.0.0 2016-07-12 09:12 UTC

This package is auto-updated.

Last update: 2020-01-22 22:31:21 UTC


README

composer require denismitr/dprint

Usage

$a = "Stringing";
$b = 1234.2344;
$e = new Exception("Testing...");

$arr = ["Rome", "London", "Moscow", "New York"];

dprint($a, $b, $e, $arr);

or, to print and kill

ddump($a, $b, $e, $arr);

Works both under CLI and in browser with a and readable convenient theme.