Skip to content

Instantly share code, notes, and snippets.

@tucq88
Created November 15, 2017 08:35
Show Gist options
  • Select an option

  • Save tucq88/067e50e0d921137e9efee8fcd064b52e to your computer and use it in GitHub Desktop.

Select an option

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