Download the PHP package ghostff/dump5 without Composer
On this page you can find all versions of the php package ghostff/dump5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghostff/dump5
More information about ghostff/dump5
Files in ghostff/dump5
Download ghostff/dump5
More information about ghostff/dump5
Files in ghostff/dump5
Please rate this library. Is it a good library?
Informations about the package dump5
Pretty Data Dump
A pretty version of php var_dump. This class displays structured information about one or more expressions that includes its type and value.
Check out Dump7 for PHP 7+
Installation
You can download the Latest release version as a standalone, alternatively you can use Composer
Display Flags
You can simple hide or show some object attribute using a Doc block flag:
@dumpignore-inheritance |
Hides inherited class properties. |
@dumpignore-inherited-class |
Hides the class name from inherited properties. |
@dumpignore-private |
Show all properties except the private ones. |
@dumpignore-protected |
Show all properties except the protected ones. |
@dumpignore-public |
Show all properties except the public ones. |
@dumpignore |
Hide the property the Doc comment belongs to. |
Usage
Replacing predefined colors:
CGI output:
CLI Posix output:
Windows user who are using command line tools like cmder
can use the Dump::d
method:
CLI Windows output:
All versions of dump5 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package ghostff/dump5 contains the following files
Loading the files please wait ....