A Debug information dumper function, with automatic output escaping where necessary.

1.2.0 2022-11-08 17:11 UTC

This package is auto-updated.

Last update: 2024-04-08 20:23:23 UTC


README

A Debug information dumper function, with automatic output escaping where necessary.

MIT Licence

Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Contact: info@netsilik.nl
Latest version available at: https://gitlab.com/Netsilik/d

Usage

$foo = 123;
d($foo); // int(123)

Installation

composer require netsilik/d