rokety/varprofile

PHP 变量内存配置文件

dev-master 2015-12-02 11:17 UTC

This package is not auto-updated.

Last update: 2024-09-18 17:37:47 UTC


README

PHP 变量内存配置文件

要求

PHP 扩展: varprofile

参数

$varName: 希望输出指定变量,例如classStatic.ComposerAutoloaderInitf38c79c9e5a523ea38f1982421695533.loader,为空则输出所有变量

$maxDepth: 限制输出结果的嵌套深度

$maxItemsPerDepth: 每层显示的最大条目数

使用方法

<?php
require_once '/home/rokety/varprofile/vendor/autoload.php';

use VarProfile\VarMemDumper;

VarMemDumper::d($varName, $maxDepth, $maxItemsPerDepth);

命令行输出

cliDump

HTML 输出

htmlDump