There is no license information available for the latest version (1.0.0) of this package.

N/A

1.0.0 2019-03-27 10:01 UTC

This package is auto-updated.

Last update: 2024-03-27 21:34:39 UTC


README

composer require karim-qaderi/php-dd

use

dd([
    'TestKey' => 'Test' ,
    'TestKey_2' => [ 'Test 1' , 'Test 2' ],
]);