betz            Sun Feb 23 12:18:27 2003 EDT

  Added files:                 
    /phpdoc/en/reference/stream constants.xml 

  Modified files:              
    /phpdoc/en/reference/stream reference.xml 
  Log:
  separate constants and linkend from reference
  
  
Index: phpdoc/en/reference/stream/reference.xml
diff -u phpdoc/en/reference/stream/reference.xml:1.10 
phpdoc/en/reference/stream/reference.xml:1.11
--- phpdoc/en/reference/stream/reference.xml:1.10       Thu Feb 20 14:10:23 2003
+++ phpdoc/en/reference/stream/reference.xml    Sun Feb 23 12:18:27 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.stream">
   <title>Stream functions</title>
   <titleabbrev>Streams</titleabbrev>
@@ -98,63 +98,7 @@
     </simpara>
    </section>
 
-   <section id="stream.constants">
-    &reftitle.constants;
-    <para>
-     <informaltable>
-      <tgroup cols="2">
-       <thead>
-        <row>
-         <entry>Constant</entry>
-         <entry>Description</entry>
-        </row>
-       </thead>
-       <tbody>
-        <row>
-         <entry><constant>STREAM_FILTER_READ</constant></entry>
-         <entry>
-          Used with <function>stream_filter_append</function> and
-          <function>stream_filter_prepend</function> to indicate
-          that the specified filter should only be applied when
-          <emphasis>reading</emphasis>
-         </entry>
-        </row>
-        <row>
-         <entry><constant>STREAM_FILTER_WRITE</constant></entry>
-         <entry>
-          Used with <function>stream_filter_append</function> and
-          <function>stream_filter_prepend</function> to indicate
-          that the specified filter should only be applied when
-          <emphasis>writting</emphasis>
-         </entry>
-        </row>
-        <row>
-         <entry><constant>STREAM_FILTER_ALL</constant></entry>
-         <entry>
-          This constant is equivalent to 
-          <literal><constant>STREAM_FILTER_READ</constant> |
-          <constant>STREAM_FILTER_WRITE</constant></literal>
-         </entry>
-        </row>
-        <row>
-         <entry><constant>STREAM_USE_PATH</constant></entry>
-         <entry><literal>Flag</literal> indicating if the <literal>stream</literal>
-          used the include path.
-         </entry>
-        </row>
-        <row>
-         <entry><constant>STREAM_REPORT_ERRORS</constant></entry>
-         <entry><literal>Flag</literal> indicating if the <literal>wrapper</literal>
-          is responsible for raising errors using <function>trigger_error</function> 
-          during opening of the stream.  If this flag is not set, you
-          should not raise any errors.
-         </entry>
-        </row>
-       </tbody>
-      </tgroup>
-     </informaltable>
-    </para>
-   </section>
+   &reference.stream.constants;
 
    <section id="stream.errors">
     <title>Stream Errors</title>

Index: phpdoc/en/reference/stream/constants.xml
+++ phpdoc/en/reference/stream/constants.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="stream.constants">
 &reftitle.constants;
 &extension.constants;
 <para>
  <informaltable>
   <tgroup cols="2">
    <thead>
     <row>
      <entry>Constant</entry>
      <entry>Description</entry>
     </row>
    </thead>
    <tbody>
     <row>
      <entry><constant>STREAM_FILTER_READ</constant></entry>
      <entry>
       Used with <function>stream_filter_append</function> and
       <function>stream_filter_prepend</function> to indicate
       that the specified filter should only be applied when
       <emphasis>reading</emphasis>
      </entry>
     </row>
     <row>
      <entry><constant>STREAM_FILTER_WRITE</constant></entry>
      <entry>
       Used with <function>stream_filter_append</function> and
       <function>stream_filter_prepend</function> to indicate
       that the specified filter should only be applied when
       <emphasis>writting</emphasis>
      </entry>
     </row>
     <row>
      <entry><constant>STREAM_FILTER_ALL</constant></entry>
      <entry>
       This constant is equivalent to 
       <literal><constant>STREAM_FILTER_READ</constant> |
       <constant>STREAM_FILTER_WRITE</constant></literal>
      </entry>
     </row>
     <row>
      <entry><constant>STREAM_USE_PATH</constant></entry>
      <entry><literal>Flag</literal> indicating if the <literal>stream</literal>
       used the include path.
      </entry>
     </row>
     <row>
      <entry><constant>STREAM_REPORT_ERRORS</constant></entry>
      <entry><literal>Flag</literal> indicating if the <literal>wrapper</literal>
       is responsible for raising errors using <function>trigger_error</function> 
       during opening of the stream.  If this flag is not set, you
       should not raise any errors.
      </entry>
     </row>
    </tbody>
   </tgroup>
  </informaltable>
 </para>
</section>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to