denismitr / dprint
Debug Print
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/denismitr/dprint
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.