Use int in methodparam

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202224 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-12-06 09:03:31 +00:00
parent fd290bcfc3
commit c3eccec3ac

View file

@ -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>