dams            Fri Feb 28 18:48:44 2003 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-filter-append.xml 
                                                stream-filter-prepend.xml 
                                                stream-get-filters.xml 
                                                stream-get-wrappers.xml 
                                                stream-register-filter.xml 
                                                stream-register-wrapper.xml 
  Log:
  Moving boolean to bool in prototypes plus See also minor update
  
Index: phpdoc/en/reference/stream/functions/stream-filter-append.xml
diff -u phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.3 
phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.4
--- phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.3   Thu Feb 20 
14:10:24 2003
+++ phpdoc/en/reference/stream/functions/stream-filter-append.xml       Fri Feb 28 
18:48:43 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.stream-filter-append">
    <refnamediv>
     <refname>stream_filter_append</refname>
@@ -85,7 +85,7 @@
      </simpara>
     </note>
     <simpara>
-     See Also:
+     See also
      <function>stream_register_filter</function>, and
      <function>stream_filter_prepend</function>
     </simpara>
Index: phpdoc/en/reference/stream/functions/stream-filter-prepend.xml
diff -u phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.3 
phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.4
--- phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.3  Thu Feb 20 
14:10:24 2003
+++ phpdoc/en/reference/stream/functions/stream-filter-prepend.xml      Fri Feb 28 
18:48:43 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.stream-filter-prepend">
    <refnamediv>
     <refname>stream_filter_prepend</refname>
@@ -29,7 +29,7 @@
      if the file was opened for reading (i.e. File Mode:
      <literal>r</literal>, and/or <literal>+</literal>).  The filter
      will also be attached to the <literal>write filter chain</literal>
-     if the file was opened for writting (i.e. File Mode:
+     if the file was opened for writing (i.e. File Mode:
      <literal>w</literal>, <literal>a</literal>, and/or <literal>+</literal>).
      <constant>STREAM_FILTER_READ</constant>,
      <constant>STREAM_FILTER_WRITE</constant>, and/or
@@ -46,7 +46,7 @@
      </simpara>
     </note>
     <simpara>
-     See Also:
+     See also
      <function>stream_register_filter</function>, and
      <function>stream_filter_append</function>
     </simpara>
Index: phpdoc/en/reference/stream/functions/stream-get-filters.xml
diff -u phpdoc/en/reference/stream/functions/stream-get-filters.xml:1.3 
phpdoc/en/reference/stream/functions/stream-get-filters.xml:1.4
--- phpdoc/en/reference/stream/functions/stream-get-filters.xml:1.3     Tue Jan  7 
17:37:00 2003
+++ phpdoc/en/reference/stream/functions/stream-get-filters.xml Fri Feb 28 18:48:43 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.stream-get-filters">
    <refnamediv>
     <refname>stream_get_filters</refname>
@@ -42,7 +42,7 @@
      </example>
     </para>
     <para>
-     See Also:
+     See also
      <function>stream_register_filter</function>, and
      <function>stream_get_wrappers</function>
     </para>
Index: phpdoc/en/reference/stream/functions/stream-get-wrappers.xml
diff -u phpdoc/en/reference/stream/functions/stream-get-wrappers.xml:1.1 
phpdoc/en/reference/stream/functions/stream-get-wrappers.xml:1.2
--- phpdoc/en/reference/stream/functions/stream-get-wrappers.xml:1.1    Fri Jan  3 
03:16:38 2003
+++ phpdoc/en/reference/stream/functions/stream-get-wrappers.xml        Fri Feb 28 
18:48:43 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.stream-get-wrappers">
    <refnamediv>
     <refname>stream_get_wrappers</refname>
@@ -16,7 +16,7 @@
      available on the running system.
     </para>
     <para>
-     See Also:
+     See also
      <function>stream_register_wrapper</function>
     </para>
    </refsect1>
Index: phpdoc/en/reference/stream/functions/stream-register-filter.xml
diff -u phpdoc/en/reference/stream/functions/stream-register-filter.xml:1.2 
phpdoc/en/reference/stream/functions/stream-register-filter.xml:1.3
--- phpdoc/en/reference/stream/functions/stream-register-filter.xml:1.2 Sat Jan  4 
23:25:06 2003
+++ phpdoc/en/reference/stream/functions/stream-register-filter.xml     Fri Feb 28 
18:48:43 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.stream-register-filter">
    <refnamediv>
     <refname>stream_register_filter</refname>
@@ -8,7 +8,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>stream_register_filter</methodname>
+     <type>bool</type><methodname>stream_register_filter</methodname>
      <methodparam><type>string</type><parameter>filtername</parameter></methodparam>
      <methodparam><type>string</type><parameter>classname</parameter></methodparam>
     </methodsynopsis>
Index: phpdoc/en/reference/stream/functions/stream-register-wrapper.xml
diff -u phpdoc/en/reference/stream/functions/stream-register-wrapper.xml:1.1 
phpdoc/en/reference/stream/functions/stream-register-wrapper.xml:1.2
--- phpdoc/en/reference/stream/functions/stream-register-wrapper.xml:1.1        Thu 
Jan  2 21:41:14 2003
+++ phpdoc/en/reference/stream/functions/stream-register-wrapper.xml    Fri Feb 28 
18:48:43 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.141 -->
   <refentry id="function.stream-register-wrapper">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>stream_register_wrapper</methodname>
+     <type>bool</type><methodname>stream_register_wrapper</methodname>
      <methodparam><type>string</type><parameter>protocol</parameter></methodparam>
      <methodparam><type>string</type><parameter>classname</parameter></methodparam>
     </methodsynopsis>
@@ -33,7 +33,7 @@
     </para>
 
     <methodsynopsis>
-     <type>boolean</type><methodname>stream_open</methodname>
+     <type>bool</type><methodname>stream_open</methodname>
      <methodparam><type>string</type><parameter>path</parameter></methodparam>
      <methodparam><type>string</type><parameter>mode</parameter></methodparam>
      <methodparam><type>int</type><parameter>options</parameter></methodparam>
@@ -137,7 +137,7 @@
     </para>
    
     <methodsynopsis>
-     <type>boolean</type><methodname>stream_eof</methodname>
+     <type>bool</type><methodname>stream_eof</methodname>
      <methodparam><type>void</type><parameter></parameter></methodparam>
     </methodsynopsis>
     <para>
@@ -158,7 +158,7 @@
     </para>
 
     <methodsynopsis>
-     <type>boolean</type><methodname>stream_seek</methodname>
+     <type>bool</type><methodname>stream_seek</methodname>
      <methodparam><type>int</type><parameter>offset</parameter></methodparam>
      <methodparam><type>int</type><parameter>whence</parameter></methodparam>
     </methodsynopsis>
@@ -172,7 +172,7 @@
     </para>
 
     <methodsynopsis>
-     <type>boolean</type><methodname>stream_flush</methodname>
+     <type>bool</type><methodname>stream_flush</methodname>
      <methodparam><type>void</type><parameter></parameter></methodparam>
     </methodsynopsis>
     <para>



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

Reply via email to