Download the PHP package tomasfejfar/enhanced-dump without Composer
On this page you can find all versions of the php package tomasfejfar/enhanced-dump. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package enhanced-dump
Enhanced Dump
Installation
Using as auto-prepend file
Add this file to your php.ini as auto prepend file:
auto_prepend_file = /some/path/fnc.php
then restart your apache/php.
Using composer
composer require tomasfejfar/enhanced-dump --dev
Usage:
d()
- vardumps with location
dd()
- vardumps with location and die
ds()
- vardumps as string with location
dsd()
- vardumps as string with location and die
dsql($toString)
- vardumps as string into textarea with autoselect (useful for copying generated sql)
dmem()
- dumps memory info
dtable()
- dumps tabular data
dxml()
- pretty prints any XML
All versions of enhanced-dump with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package tomasfejfar/enhanced-dump contains the following files
Loading the files please wait ....