mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
1abfde6192
commit
337879f5b7
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue