adudjandaniel/php_dump
Composer 安装命令:
composer require adudjandaniel/php_dump
包简介
Beautify variable dumping in php
README 文档
README
Being used to the fancy dump Adobe Coldfusion uses, I can hardly make sense of the raw dumping in php; I need something similar.
Usage:
- composer require adudjandaniel/php_dump
- require_once /path/to/autoload.php (Add to php scripts)
- use namespace PhpDump\Dump
- Dump::php_dump(variable_name [, label])
Functionality (so far):
- Dumping
- basic types (integer, boolean, float, string)
- indexed arrays
- associative array
- Toggling display of values.
Click on the key of the value to toggle it's display.
The method php_dump() takes two parameters:
- variable name (required)
- label (optional)
Check these outputs:
统计信息
- 总下载量: 58
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-08

