betz            Sun Jun 22 12:34:50 2003 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-filter-register.xml 
                                                stream-socket-get-name.xml 
  Log:
  proto boolean -> bool
  
Index: phpdoc/en/reference/stream/functions/stream-filter-register.xml
diff -u phpdoc/en/reference/stream/functions/stream-filter-register.xml:1.2 
phpdoc/en/reference/stream/functions/stream-filter-register.xml:1.3
--- phpdoc/en/reference/stream/functions/stream-filter-register.xml:1.2 Sun Jun 15 
21:55:34 2003
+++ phpdoc/en/reference/stream/functions/stream-filter-register.xml     Sun Jun 22 
12:34:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.stream-filter-register">
    <refnamediv>
     <refname>stream_filter_register</refname>
@@ -41,7 +41,7 @@
      <methodparam><type>resource</type><parameter>in</parameter></methodparam>
      <methodparam><type>resource</type><parameter>out</parameter></methodparam>
      <methodparam><type>int</type><parameter>&amp;consumed</parameter></methodparam>
-     <methodparam><type>boolean</type><parameter>closing</parameter></methodparam>
+     <methodparam><type>bool</type><parameter>closing</parameter></methodparam>
     </methodsynopsis>
     <para>
      This method is called whenever data is read from or written to 
Index: phpdoc/en/reference/stream/functions/stream-socket-get-name.xml
diff -u phpdoc/en/reference/stream/functions/stream-socket-get-name.xml:1.1 
phpdoc/en/reference/stream/functions/stream-socket-get-name.xml:1.2
--- phpdoc/en/reference/stream/functions/stream-socket-get-name.xml:1.1 Fri Apr  4 
16:01:35 2003
+++ phpdoc/en/reference/stream/functions/stream-socket-get-name.xml     Sun Jun 22 
12:34:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.stream-socket-get-name">
    <refnamediv>
     <refname>stream_socket_get_name</refname>
@@ -10,7 +10,7 @@
      <methodsynopsis>
       <type>string</type><methodname>stream_socket_get_name</methodname>
       <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
-      <methodparam><type>boolean</type><parameter>want_peer</parameter></methodparam>
+      <methodparam><type>bool</type><parameter>want_peer</parameter></methodparam>
      </methodsynopsis>
     <para>
      Returns the local or remote name of a given socket connection.



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

Reply via email to