2017 © Pedro Peláez
 

library debug

Some small useful debug functions.

image

sicet7/debug

Some small useful debug functions.

  • Wednesday, July 15, 2015
  • by sicet7
  • Repository
  • 1 Watchers
  • 0 Stars
  • 93 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DebugFunctions

Requirements

  • PHP >= 5.0

Usage

    dvd('hej',false);

Outputs the same as:, (*1)

    echo '<pre>';
    var_dump('hej');
    var_dump(false);
    die();

if you want your var_dump as a string., (*2)

    echo vds(false);

License

MIT, (*3)

The Versions

15/07 2015

dev-master

9999999-dev

Some small useful debug functions.

  Sources   Download

MIT

The Requires

  • php >=5.0

 

by Martin renee soerensen

15/07 2015

1.0.0

1.0.0.0

Some small useful debug functions.

  Sources   Download

MIT

The Requires

  • php >=5.0

 

by Martin renee soerensen