laurentelgard/helparr

快速调试函数,帮助处理PHP数组

v1.0.1 2020-03-18 21:25 UTC

This package is auto-updated.

Last update: 2024-09-23 04:06:12 UTC


README

Total Downloads Latest Stable Version

快速调试函数,帮助处理PHP数组

安装

使用以下命令安装最新版本:

$ composer require laurentelgard/helparr

基本用法

<?php

// prints array content
p($_ENV, true);

// prints array content and dies
d($_ENV, true);

要求

  • helparr 与任何 PHP 版本 >= 4.0 兼容