Skip to content

Instantly share code, notes, and snippets.

@devope
devope / Debug.php
Created July 24, 2020 08:28 — forked from sunel/Debug.php
PHP Pretty var_dump
<?php
class Debug {
/**
* A collapse icon, using in the dump_var function to allow collapsing
* an array or object
*
* @var string
*/