mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
get_included_files: document that auto_prepend_file isn't included
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66645 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ce96635a58
commit
c9d8e4f46b
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.82 $ -->
|
||||
<!-- $Revision: 1.83 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP options & information</title>
|
||||
<titleabbrev>PHP options/info</titleabbrev>
|
||||
|
@ -488,6 +488,12 @@ print_r (get_extension_funcs ("gd"));
|
|||
Files that are included or required multiple times only show up
|
||||
once in the returned array.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Files included using the <literal>auto_prepend_file</literal>
|
||||
configuration directive are not included in the returned array.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>get_included_files</function> Example</title>
|
||||
|
|
Loading…
Reference in a new issue