2017 © Pedro Peláez
 

library dev-funcs

Short cuts during development

image

cesarv/dev-funcs

Short cuts during development

  • Tuesday, July 7, 2015
  • by cesarv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Development Functions

Quick development shortcuts and functions., (*1)

Examples

var_dump($vars) is too long:, (*2)

d($vars);

var_dump($vars); exit(); is too long:, (*3)

dd($vars);

Benchmark snippet of code:, (*4)

speed($callback, $iterations = 25, $displayResults = false);

When screen output has been muddled up:, (*5)

de($vars);

^^ Will dump $vars to... my email :). (Would a way to not hard code my own email into it), (*6)

The Versions

07/07 2015

dev-master

9999999-dev https://github.com/cesar-v/dev-funcs

Short cuts during development

  Sources   Download

MIT

development shortcut