Author: Manuel Lemos
Viewers: 259
Last month viewers: 3
Categories: Notable Packages
PHP provides nice functions to dump the type and values of a variables like var_dump and var_export.
This package provides an enhanced version of the var_dump function by colorizing the different values according their types.
Read this article to learn more details about how this notable PHP package works.
This package provides an enhanced version of the var_dump function by colorizing the different values according their types.
Read this article to learn more details about how this notable PHP package works.
The package Prettify PHP var_dump 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: Output variable values in a colorized way
Here follows in more detail what it does:
This class can output variable values in a colorized way.
It can take a variable value and output HTML to displays it like the PHP var_dump function but highlights with colors different types of value.
For objects and arrays it traverses the contained elements recursively.
The class can also output variable values to a console as text without colors.
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.
The basic purpose is: Output variable values in a colorized way
Here follows in more detail what it does:
This class can output variable values in a colorized way.
It can take a variable value and output HTML to displays it like the PHP var_dump function but highlights with colors different types of value.
For objects and arrays it traverses the contained elements recursively.
The class can also output variable values to a console as text without colors.
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.
You need to be a registered user or login to post a comment
1,616,820 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.