Lines:
1 to 13 of 13
<?php // (C) Copyright Bobbing Wide 2013-2015 /* function listapis_loaded() – Function to invoke when listapis2.php is loaded */ /* function _la_dofile() – List the APIs for a specific file */ /* function _la_doapis() – List the apis for a particular file in a plugin */ /* function _la_setMaxSize() – Set the Maximum file size detected so far */ /* function _la_doit() – Process the selected component */ listapis_loaded( $_SERVER['argc'], $_SERVER['argv'] );View on GitHub