https://github.com/bestyii/yii2-helpers
https://github.com/bestyii/yii2-helpers
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestyii/yii2-helpers
- Owner: bestyii
- License: bsd-3-clause
- Created: 2022-07-16T14:21:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T17:22:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T08:31:21.672Z (4 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 工具类
面向开发的实用工具
## VarDumper 增强类
### VarDumper::die()
非常实用的工具, 在调试过程中经常会在`VarDumper::dump()`,之后手动让程序停止,因此为了更便捷就扩充了此方法
```php
VarDumper::die($var);
```