charm/util-closuretool
最新稳定版本:1.0.0
Composer 安装命令:
composer require charm/util-closuretool
包简介
Tool to print information about a closure/callback for debugging purposes.
README 文档
README
Small tool to print information about a closure, for example when debugging.
Usage
$test = 123;
$closure = function($arg) use ($test) {};
$tool = new Charm\Util\ClosureTool($closure);
echo $tool."\n";
Output
function($arg) use($test=123) (in /root/charm-libs/charm-util-closuretool/test.php)
统计信息
- 总下载量: 778
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-01