Skip to content

WebmakersJaap/wtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wtf

The best debugging function ever. Quick, small and always usefull.

Prints everything to browser, formatted

Multiple arguments possible of any kind

Example 1:

wtf('foo');

Prints:

string(3) "foo"

Example 2:

wtf(['bar'], ['foo'=>'bar']);

Prints:

Array
(
    [0] => bar
)
Array
(
    [foo] => bar
)

About

The best debugging function ever. Quick, small and always usefull.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages