henderjon/drop
Composer 安装命令:
composer require henderjon/drop
包简介
a simple function to inspect things
README 文档
README
drop is a simple function to inspect one or more variables in a PHP script and halt execution of that script. When debugging, I've found it helpful to simply kill a script and expose the actual type/contents or a var.
Peruse the tests or, if present, the examples directory to see usage.
drop has two incarnations. drop() uses var_dump() and dropv() uses
print_r(). The main difference is that dropv will give you the full value of
each arg where drop will give you the ellipsis on long values.
统计信息
- 总下载量: 1.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 16
- 推荐数: 2
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-04-01