Skip to content

Instantly share code, notes, and snippets.

View agnelc's full-sized avatar

AGNEL THOMAS C agnelc

View GitHub Profile
@agnelc
agnelc / dump_helper.php
Created June 8, 2016 05:04 — forked from accentinteractive/dump_helper.php
dump_helper: functions to dump variables to the screen, in a nicley formatted manner
<?php
/**
* Dump helper. Functions to dump variables to the screen, in a nicley formatted manner.
* @author Joost van Veen
* @version 1.0
*/
if (!function_exists('dump')) {
function dump ($var, $label = 'Dump', $echo = TRUE)
{
// Store dump in variable