Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 630 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 630 Bytes

helparr

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