jiboule/ddump
Composer 安装命令:
composer require jiboule/ddump
包简介
Dump your variables and stop the execution of the script.
README 文档
README
This is just an overlay to the Symfonys' var-dumper component to dump variable(s) and stop the script execution right away.
Installation
$ composer require --dev jiboule/ddump
The --dev option is important as you don't wanna use dump in production.
Usage
dump($bar); // the var-dumper function dumps the var, below code will be executed ddump($myVar); // dumps the var // nothing below will be executed
You can also dump several variables
ddump($foo, $bar, $another);
统计信息
- 总下载量: 207
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-20