betz            Sun Feb 12 19:52:23 2006 UTC

  Modified files:              
    /phpdoc/en/language control-structures.xml 
  Log:
  link to get_included_files, user note hint
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/control-structures.xml?r1=1.130&r2=1.131&diff_format=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.130 
phpdoc/en/language/control-structures.xml:1.131
--- phpdoc/en/language/control-structures.xml:1.130     Tue Nov 29 21:27:09 2005
+++ phpdoc/en/language/control-structures.xml   Sun Feb 12 19:52:23 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.130 $ -->
+<!-- $Revision: 1.131 $ -->
  <chapter id="language.control-structures">
   <title>Control Structures</title>
 
@@ -1274,8 +1274,8 @@
 
    <simpara>
     See also <function>include</function>, <function>require_once</function>,
-    <function>include_once</function>, <function>eval</function>,
-    <function>file</function>, <function>readfile</function>,
+    <function>include_once</function>, <function>get_included_files</function>,
+    <function>eval</function>, <function>file</function>, 
<function>readfile</function>,
     <function>virtual</function> and <link 
linkend="ini.include-path">include_path</link>.
    </simpara>
   </sect1>
@@ -1619,8 +1619,8 @@
 
    <simpara>
     See also <function>require</function>, <function>require_once</function>,
-    <function>include_once</function>, <function>readfile</function>,
-    <function>virtual</function>, and
+    <function>include_once</function>, <function>get_included_files</function>,
+    <function>readfile</function>, <function>virtual</function>, and
     <link linkend="ini.include-path">include_path</link>.
    </simpara>
  </sect1>

Reply via email to