Created
January 15, 2021 20:08
-
-
Save zakiya/1a7c9715b6fb28689bde401d2cfae6b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php> | |
function myfunction($app) { | |
// ~~ Core. | |
// debug($app); | |
// dump($app); | |
// var_dump($app); | |
// ~~ Devel + kint library + settings | |
// dpr($app); | |
// kint($app); | |
// ksm($app); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment