mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
more entities: &return.success;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77172 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
730a572a15
commit
9bb2e4f101
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.172 $ -->
|
||||
<!-- $Revision: 1.173 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -1207,8 +1207,7 @@ Array
|
|||
SORT_REGULAR after before each new array argument.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; on success, &false;
|
||||
on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<reference id="ref.bzip2">
|
||||
<title>Bzip2 Compression Functions</title>
|
||||
<titleabbrev>Bzip2</titleabbrev>
|
||||
|
@ -104,7 +104,7 @@ bzclose($bz);
|
|||
Closes the bzip2 file referenced by the pointer <parameter>bz</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; on success and &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
The file pointer must be valid, and must point to a file
|
||||
|
|
Loading…
Reference in a new issue