<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
alexanderthegreat96 / debugger-utility-alpha example snippets
s = array (
array("Volvo",22,18),
array("BMW",15,13),
array("Saab",5,2),
array("Land Rover",17,15)
);
debugger_utility($cars, 'This is my cars Array');
use Alexanderthegreat96\DebuggerUtilityAlpha;
MW",15,13),
array("Saab",5,2),
array("Land Rover",17,15)
);
DebuggerUtility::var_dump($cars, 'This is my cars Array');
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.