dobrik/extended-dumper 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dobrik/extended-dumper

最新稳定版本:1.2.2

Composer 安装命令:

composer require dobrik/extended-dumper

包简介

Symfony var dumper with extended data.

README 文档

README

Extended dumper, show detailed information about object

Information

Dump contains:

- line where dump called
- file where dump called
- dumped variable or object detailed information
- parent class of object
- class public methods with arguments

Basically uses Symfony var-dumper https://github.com/symfony/var-dumper

Using

For dump any variable or few variables use short function ff.

ff($var);

And you'll see something like this Scheme

Or

ff($var1, $var2);

In this case your variables will be dumped as array and methods don't be shown.

统计信息

  • 总下载量: 10.04k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-28