Download the PHP package marcocesarato/dumper without Composer
On this page you can find all versions of the php package marcocesarato/dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcocesarato/dumper
More information about marcocesarato/dumper
Files in marcocesarato/dumper
Download marcocesarato/dumper
More information about marcocesarato/dumper
Files in marcocesarato/dumper
Vendor marcocesarato
Package dumper
Short Description This class displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure.
License GPL-3.0-or-later
Package dumper
Short Description This class displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure.
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package dumper
PHP Dumper
Version: 1.0.0.8
Github: https://github.com/marcocesarato/PHP-Dumper
Author: Marco Cesarato
Description
This class can display a formatted version of variable values.
It can take the values of one or more variables and generates a string that displays the variable values in a readable format.
Arrays and objects can be traversed recursively to display its member values.
The class can either return a string with the formatted variable values, display it to the current page or even exit the current script.
Requirements
- php 5.6+
Install
Composer
- Install composer
- Type
composer require marcocesarato/dumper
- Enjoy
Usage
Methods
Dumper
Method | Parameters | Description |
---|---|---|
get | mixed $expression [, mixed $... ] return string |
Return dump as string |
out | mixed $expression [, mixed $... ] return void |
Print dump |
clean | mixed $expression [, mixed $... ] return void |
Clean stream (ob_clean) and print dump |
json | mixed $expression [, mixed $... ] return void |
Clean stream (ob_clean) and print json dump |
fatal | mixed $expression [, mixed $... ] return void |
Print dump and die |
enableHighlight | return void | Enable Highlight (default true) |
disableHighlight | return void | Disable Highlight |
disableHighlight | return void | Disable Highlight |
getDepth | return int | Get Object/Array dump depth |
setDepth | int $depth return void |
Set Object/Array dump depth |
All versions of dumper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-json Version *
ext-json Version *
The package marcocesarato/dumper contains the following files
Loading the files please wait ....