mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #78618: Wrong return type for apcu_delete
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348112 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
943ec6691a
commit
fcc5d68305
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>apcu_delete</methodname>
|
||||
<type>mixed</type><methodname>apcu_delete</methodname>
|
||||
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -38,7 +38,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
If <parameter>key</parameter> is an &array;, an indexed &array; of the keys is returned.
|
||||
Otherwise &true; is returned on success, or &false; on failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue