Author: Manuel Lemos
Updated on: 2020-12-22
Posted on: 2020-12-22
Viewers: 127 (December 2020 until February 2021)
Last month viewers: 5 (February 2021)
Package: PHP Dump All Variables and Functions
This package makes it easier to inspect and display all types of global variables that are set when a PHP script is executed.
This way, this package may help debugging a case in less time than it would take using more traditional debug methods.
About the PHP Dump All Variables and Functions Package
The package PHP Dump All Variables and Functions is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Display global names and stack backtrace
Here follows in more detail what it does:
This package can display global names and stack backtrace.
It can retrieve several details of usage of the current PHP script and displays them formatted in a readable way. Currently it can display:
- Information about the loaded classes and their functions
- Memory used by the current PHP script
- Assigned constants
- Defined functions
- Global variables
- Included scripts
- Backtrace of the current function calls and parameter values
Conclusion
The PHP Dump All Variables and Functions can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.