Search Results

  1. Alias of get_included_files

  2. 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 ...

  3. Execute get_required_files Online. Info and examples on get_required_files PHP Function from PHP Options and Information - Affecting PHP's Behaviour

  4. 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.

  5. museum.state.il.us › ismdepts › libraryget_required_files

    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.

  6. 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 ...

  7. get_required_files Alias of get_included_files (PHP 4, PHP 5) This function is an alias of: get_included_files ().