sciantman/tools-dd

Custom package for dd() function with Sciantman master library

v1.2 2023-06-04 16:46 UTC

This package is not auto-updated.

Last update: 2024-05-19 21:15:29 UTC


README

  • example
<?php
require __DIR__ . '/vendor/autoload.php';
use Sciantman\Tools\dd;

$data = ["aaa" => 111];
dd($data);