pollita         Tue Dec  2 17:13:01 2003 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-wrapper-register.xml 
  Log:
  Misplaced section.
  
Index: phpdoc/en/reference/stream/functions/stream-wrapper-register.xml
diff -u phpdoc/en/reference/stream/functions/stream-wrapper-register.xml:1.5 
phpdoc/en/reference/stream/functions/stream-wrapper-register.xml:1.6
--- phpdoc/en/reference/stream/functions/stream-wrapper-register.xml:1.5        Tue 
Dec  2 15:03:58 2003
+++ phpdoc/en/reference/stream/functions/stream-wrapper-register.xml    Tue Dec  2 
17:13:01 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.stream-wrapper-register">
    <refnamediv>
     <refname>stream_wrapper_register</refname>
@@ -225,19 +225,6 @@
     </note>
 
     <methodsynopsis>
-     <type>array</type><methodname>url_stat</methodname>
-     <methodparam><type>string</type><parameter>path</parameter></methodparam>
-     <methodparam><type>int</type><parameter>flags</parameter></methodparam>
-    </methodsynopsis>
-    <para>
-     This method is called in response to <function>stat</function>
-     calls on the URL paths associated with the wrapper and should
-     return as many elements in common with the system function as
-     possible.  Unknown or unavailable values should be set to a
-     rational value (usually <constant>0</constant>).
-    </para>
-
-    <methodsynopsis>
      <type>bool</type><methodname>dir_opendir</methodname>
      <methodparam><type>string</type><parameter>path</parameter></methodparam>
      <methodparam><type>int</type><parameter>options</parameter></methodparam>
@@ -250,6 +237,19 @@
      expected to explore.  You can use <function>parse_url</function>
      to break it apart.
     </para>
+
+    <methodsynopsis>
+     <type>array</type><methodname>url_stat</methodname>
+     <methodparam><type>string</type><parameter>path</parameter></methodparam>
+     <methodparam><type>int</type><parameter>flags</parameter></methodparam>
+    </methodsynopsis>
+    <para>
+     This method is called in response to <function>stat</function>
+     calls on the URL paths associated with the wrapper and should
+     return as many elements in common with the system function as
+     possible.  Unknown or unavailable values should be set to a
+     rational value (usually <constant>0</constant>).
+    </para>
     <para>
      <parameter>flags</parameter> holds additional flags set
      by the streams API. It can hold one or more of the following

Reply via email to