Download the PHP package henderjon/drop without Composer
On this page you can find all versions of the php package henderjon/drop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download henderjon/drop
More information about henderjon/drop
Files in henderjon/drop
Download henderjon/drop
More information about henderjon/drop
Files in henderjon/drop
Vendor henderjon
Package drop
Short Description a simple function to inspect things
License BSD-3-Clause
Homepage http://github.com/henderjon/drop
Package drop
Short Description a simple function to inspect things
License BSD-3-Clause
Homepage http://github.com/henderjon/drop
Please rate this library. Is it a good library?
Informations about the package drop
henderjon/drop
drop is a simple function to inspect one or more variables in a PHP script and halt execution of that script. When debugging, I've found it helpful to simply kill a script and expose the actual type/contents or a var.
Peruse the tests or, if present, the examples directory to see usage.
drop
has two incarnations. drop()
uses var_dump()
and dropv()
uses
print_r()
. The main difference is that dropv
will give you the full value of
each arg where drop
will give you the ellipsis on long values.
All versions of drop with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package henderjon/drop contains the following files
Loading the files please wait ....