Skip to content

sicet7/DebugFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DebugFunctions

Requirements

  • PHP >= 5.0

Usage

    dvd('hej',false);

Outputs the same as:

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

if you want your var_dump as a string.

    echo vds(false);

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages