ymm1x/xdump
Composer 安装命令:
composer require ymm1x/xdump
包简介
A variable dumper utility provides readability and flexibility instead of var_dump()
README 文档
README
This variable dumper utility provides readability and flexibility instead of var_dump().
- Shorthand function will be declared just by installing the package.
- Usage:
d($var1, $var2, $var3)
- Usage:
- The file name and line number of the dump source are also output together.
- Decoration with HTML and CSS.
- When executed from the shell, it is omitted and becomes simple output.
Screen shot
Long vertically output is scrollable.
Installation
composer require ymm1x/xdump
Usage
Variable-length arguments are supported.
Shorthand
d($var1, $var2, $var3);
Longhand
\Ymm1x\XDump\Dumper::dump($var1, $var2, $var3);
License
This library is released under the MIT license.
统计信息
- 总下载量: 135
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-06
