| Package Data | |
|---|---|
| Maintainer Username: | wanfeiyy |
| Maintainer Contact: | w454852895@163.com (wanfeiyy) |
| Package Create Date: | 2016-12-28 |
| Package Last Update: | 2019-05-16 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-12-12 03:02:43 |
| Package Statistics | |
|---|---|
| Total Downloads: | 47,882 |
| Monthly Downloads: | 139 |
| Daily Downloads: | 8 |
| Total Stars: | 25 |
| Total Watchers: | 1 |
| Total Forks: | 11 |
| Total Open Issues: | 1 |
使用dd函数代替var_dump当使用非laravel框架时https://packagist.org/packages/wanfeiyy/dd
$arr = ['a'=>'a','b'=>b];
dd($arr);
$ composer require wanfeiyy/dd
{
"require": {
"wanfeiyy/dd": "*"
}
}
<?php
require 'vendor/autoload.php';
$splObjectStorage = new SplObjectStorage();
dd($splObjectStorage);