aboc/formatshowobject

There is no license information available for the latest version (dev-master) of this package.

格式化输出显示对象、数组的维度,便于定位

dev-master 2018-12-11 01:16 UTC

This package is not auto-updated.

Last update: 2024-05-20 12:35:30 UTC


README

README

格式化输出显示对象、数组的维度,便于定位

一般情况下我们使用php的print_r或者时var_export打印的时候,输出的数组效果如下: 1.png 如果我们找到某个值,想得知它依次的键值的话,则没有一个好的方法,现在我们使用FormatShowObject,则可以很方便的知道所属的键值 2.png

#####使用方法如下

$format = new FormatShowObject();
		 $format->show($array);