jimw Wed Oct 31 13:19:29 2001 EDT
Modified files:
/phpdoc/en/functions filesystem.xml url.xml
Log:
cross reference parse_url() and pathinfo()
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.83 phpdoc/en/functions/filesystem.xml:1.84
--- phpdoc/en/functions/filesystem.xml:1.83 Wed Oct 17 12:24:00 2001
+++ phpdoc/en/functions/filesystem.xml Wed Oct 31 13:19:29 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.83 $ -->
+<!-- $Revision: 1.84 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@@ -2201,7 +2201,8 @@
</para>
<para>
See also <function>dirname</function>,
- <function>basename</function> and <function>realpath</function>.
+ <function>basename</function>, <function>parse_url</function>
+ and <function>realpath</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/functions/url.xml
diff -u phpdoc/en/functions/url.xml:1.17 phpdoc/en/functions/url.xml:1.18
--- phpdoc/en/functions/url.xml:1.17 Fri Sep 21 18:47:48 2001
+++ phpdoc/en/functions/url.xml Wed Oct 31 13:19:29 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<reference id="ref.url">
<title>URL Functions</title>
<titleabbrev>URLs</titleabbrev>
@@ -78,6 +78,9 @@
various components of the URL that are present. This includes the
"scheme", "host", "port", "user", "pass", "path", "query", and
"fragment".
+ </para>
+ <para>
+ See also <function>pathinfo</function>.
</para>
</refsect1>
</refentry>