Fix proto

This has always been bool


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139691 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Vincent Gevers 2003-09-05 18:52:20 +00:00
parent 1abfde6192
commit 337879f5b7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.8 -->
<refentry id="function.yaz-present">
<refnamediv>
@ -11,7 +11,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>yaz_present</methodname>
<type>bool</type><methodname>yaz_present</methodname>
<methodparam><type>resource</type><parameter>id</parameter></methodparam>
</methodsynopsis>
<para>
@ -20,6 +20,9 @@
be called prior to this function to specify the range of
records to be retrieved.
</para>
<para>
&return.success;
</para>
</refsect1>
</refentry>