Skip to content

Instantly share code, notes, and snippets.

@zakiya
Created January 15, 2021 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zakiya/1a7c9715b6fb28689bde401d2cfae6b7 to your computer and use it in GitHub Desktop.
Save zakiya/1a7c9715b6fb28689bde401d2cfae6b7 to your computer and use it in GitHub Desktop.
<?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