Skip to content

Instantly share code, notes, and snippets.

View devope's full-sized avatar
👽

Kirill Devope devope

👽
View GitHub Profile
@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
*/