Skip to content

Instantly share code, notes, and snippets.

View JavedBoqo's full-sized avatar

Javed Iqbal JavedBoqo

View GitHub Profile
@ahmu83
ahmu83 / print_are.php
Last active May 13, 2021 19:49
Pretty Version of PHP's print_r Function
<?php
/**
* A pretty version of "print_r" function
*
* @param Array|stdClass $obj
* @param string $title Optional.
* @param bool $collapse Optional.
* @return string Type returned.
*/