mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated with &return.success;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67168 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
144d5e2005
commit
927580db08
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<reference id="ref.bzip2">
|
||||
<title>Bzip2 Compression Functions</title>
|
||||
<titleabbrev>Bzip2</titleabbrev>
|
||||
|
@ -310,7 +310,7 @@ echo $error["errstr"];
|
|||
<parameter>bz</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; on success, &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
See also <function>bzread</function> and <function>bzwrite</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<reference id="ref.msql">
|
||||
<title>mSQL functions</title>
|
||||
<titleabbrev>mSQL</titleabbrev>
|
||||
|
@ -232,7 +232,7 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Returns &true; on success, &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
<function>msql_data_seek</function> moves the internal row
|
||||
|
@ -286,7 +286,7 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Returns &true; on success, &false; on failure.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
<function>msql_drop_db</function> attempts to drop (remove) an
|
||||
|
|
Loading…
Reference in a new issue