mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
use of safemode and return.success entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116944 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7d37cb7edc
commit
a94762a148
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ifx.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ifx-free-result">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Releases resources for the query associated with
|
||||
<parameter>result_id</parameter>. Returns &false; on error.
|
||||
<parameter>result_id</parameter>. &return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section id="ifx.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -253,7 +253,7 @@
|
|||
The default host to connect to when no host is specified
|
||||
in <function>ifx_connect</function> or
|
||||
<function>ifx_pconnect</function>. Doesn't apply in
|
||||
<link linkend="features.safe-mode">safe mode</link>.
|
||||
&safemode;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -267,7 +267,7 @@
|
|||
The default user id to use when none is specified
|
||||
in <function>ifx_connect</function> or
|
||||
<function>ifx_pconnect</function>. Doesn't apply in
|
||||
<link linkend="features.safe-mode">safe mode</link>.
|
||||
&safemode;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -281,7 +281,7 @@
|
|||
The default password to use when none is specified
|
||||
in <function>ifx_connect</function> or
|
||||
<function>ifx_pconnect</function>. Doesn't apply in
|
||||
<link linkend="features.safe-mode">safe mode</link>.
|
||||
&safemode;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue