Lines:
1 to 10 of 10
<?php // (C) Copyright Bobbing Wide 2014-2017 /* class oiksc_function_loader */ /* function oiksc_function_loader::__construct() – Class constructor for oiksc_function_loader */ /* function oiksc_function_loader::write() – Append a record to the temporary file */ /* function oiksc_function_loader::create_dummy_function_line() – Create a new first line for the function */ /* function oiksc_function_loader::extract_to_tmp() – Extract the source of a function or method to a temporary file */ /* function oiksc_function_loader::require_tmp() – Load the file like any other PHP file */View on GitHub