cross reference parse_url() and pathinfo()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61270 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-10-31 18:19:29 +00:00
parent f02144f052
commit c6b4175eec
2 changed files with 7 additions and 3 deletions

View file

@ -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 @@ html
</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>

View file

@ -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>
@ -79,6 +79,9 @@
"scheme", "host", "port", "user", "pass", "path", "query", and
"fragment".
</para>
<para>
See also <function>pathinfo</function>.
</para>
</refsect1>
</refentry>