mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209255 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2546335630
commit
dac5925124
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.rpm-close">
|
||||
<refnamediv>
|
||||
<refname>rpm_close</refname>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>rpm_close</methodname>
|
||||
<type>bool</type><methodname>rpm_close</methodname>
|
||||
<methodparam><type>resource</type><parameter>rpmr</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.rpm-is-valid">
|
||||
<refnamediv>
|
||||
<refname>rpm_is_valid</refname>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>rpm_is_valid</methodname>
|
||||
<type>bool</type><methodname>rpm_is_valid</methodname>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue