Search Results
Alias of get_included_files
PHP include and require Statements The include and require statements take all the text/code/markup that exists in a file, and inserts it into the file that uses the include/require statement. Including files is very useful for re-using code/text on multiple webpages! The include and require statements are identical, except upon failure: include will produce a warning (E_WARNING) but the ...
Execute get_required_files Online. Info and examples on get_required_files PHP Function from PHP Options and Information - Affecting PHP's Behaviour
Simple usage example of `get_required_files ()`. The get_required_files function is an alias of the get_included_files function in PHP. It retrieves an array of filenames for all PHP files that have been included or required using the include or require functions.
This function returns an array of the names of all the files that have been loaded into a script using require_once () or include_once (). Note: In PHP 4.0.1pl2 this function assumed that the required_once files end in the extension ".php", other extensions do not work.
assert assert_options cli_get_process_title cli_set_process_title dl extension_loaded gc_collect_cycles gc_disable gc_enable gc_enabled gc_mem_caches gc_status get_cfg_var get_current_user get_defined_constants get_extension_funcs get_include_path get_included_files get_loaded_extensions get_required_files get_resources getenv getlastmod ...
get_required_files Alias of get_included_files (PHP 4, PHP 5) This function is an alias of: get_included_files ().
