php-documentation-list | 2003101

[PHP-DOC] cvs: phpdoc /en/reference/url/functions parse-url.xml From: Mehdi Achour (didou <email protected>)
Date: 10/09/03

didou Thu Oct 9 09:35:12 2003 EDT

  Modified files:
    /phpdoc/en/reference/url/functions parse-url.xml
  Log:
  fixing #25791
  integrating some notes
  
Index: phpdoc/en/reference/url/functions/parse-url.xml
diff -u phpdoc/en/reference/url/functions/parse-url.xml:1.6 phpdoc/en/reference/url/functions/parse-url.xml:1.7
--- phpdoc/en/reference/url/functions/parse-url.xml:1.6 Mon Jun 16 16:11:10 2003
+++ phpdoc/en/reference/url/functions/parse-url.xml Thu Oct 9 09:35:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/url.xml, last change in rev 1.2 -->
   <refentry id="function.parse-url">
    <refnamediv>
@@ -13,8 +13,9 @@
       <methodparam><type>string</type><parameter>url</parameter></methodparam>
      </methodsynopsis>
     <para>
- This function returns an associative array returning any of the
- various components of the URL that are present. This includes the
+ This function returns an associative array containing any of the
+ various components of the URL that are present. iF one of them is
+ missing, no entry will be created for it. The components are :
     <itemizedlist>
      <listitem>
       <simpara>
@@ -64,6 +65,11 @@
      urls are also accepted, <function>parse_url</function> tries its best to
      parse them correctly.
     </para>
+ <note>
+ <para>
+ This function doesn't work with relative urls.
+ </para>
+ </note>
     <example>
      <title><function>parse_url</function> example</title>
      <screen>