Skip to content

Instantly share code, notes, and snippets.

@tucq88
Created November 15, 2017 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tucq88/067e50e0d921137e9efee8fcd064b52e to your computer and use it in GitHub Desktop.
Save tucq88/067e50e0d921137e9efee8fcd064b52e to your computer and use it in GitHub Desktop.
Simple PHP Helpers
<?php
function dump()
{
//
}
function dd()
{
//
}
function log()
{
//
}
function print_out()
{
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment