laurentelgard/helparr

Quick debug functions to help with PHP arrays

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

This package is auto-updated.

Last update: 2024-08-23 03:56:12 UTC


README

Total Downloads Latest Stable Version

Quick debug functions to help with PHP arrays

Installation

Install the latest version with

$ composer require laurentelgard/helparr

Basic Usage

<?php

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

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

Requirements

  • helparr works with any PHP version >= 4.0