Skip to content

dobrik-ardas/extended_dumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended dumper, show detailed information about object

Information

Dump contains:

- line where dump called
- file where dump called
- dumped variable or object detailed information
- parent class of object
- class public methods

Basically uses Symfony var-dumper https://github.com/symfony/var-dumper

Using

For dump any variable use short function ff.

ff($your_variable);

If you need dump your variable without clear output buffer and terminating program execute add second parameter false.

ff($your_variable, false);

And you'll see something like this

Scheme

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%