[PHP-DOC] cvs: phpdoc /en/language control-structures.xml
by Friedhelm Betz other posts by this author
Feb 12 2006 11:52AM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/fdf/functions fdf-get-file.xml fdf-next-field-name.xml fdf-set-file.xml
|
[PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-alerts.xml imap-errors.xml imap-last-error.xml
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&d
iff_format=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.130 phpdoc/en/language/control-structure
s.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>
|