vrana           Tue Dec  6 04:03:38 2005 EDT

  Modified files:              
    /phpdoc/en/reference/hash/functions hash-update-stream.xml 
  Log:
  Use int in methodparam
  
http://cvs.php.net/diff.php/phpdoc/en/reference/hash/functions/hash-update-stream.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/hash/functions/hash-update-stream.xml
diff -u phpdoc/en/reference/hash/functions/hash-update-stream.xml:1.1 
phpdoc/en/reference/hash/functions/hash-update-stream.xml:1.2
--- phpdoc/en/reference/hash/functions/hash-update-stream.xml:1.1       Mon Dec 
 5 15:39:07 2005
+++ phpdoc/en/reference/hash/functions/hash-update-stream.xml   Tue Dec  6 
04:03:31 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.hash-update-stream">
  <refnamediv>
   <refname>hash_update_stream</refname>
@@ -11,7 +11,7 @@
    <type>int</type><methodname>hash_update_stream</methodname>
    
<methodparam><type>resource</type><parameter>context</parameter></methodparam>
    
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
-   <methodparam 
choice="opt"><type>integer</type><parameter>length</parameter></methodparam>
+   <methodparam 
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
   </methodsynopsis>
 
  </refsect1>

Reply via email to