mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Added some points and one "returns".
true/false -> <literal> git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
42b2c6ddaf
commit
e426461d70
1 changed files with 18 additions and 18 deletions
|
@ -54,7 +54,7 @@
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
<function>Udm_Alloc_Agent</function> returns mnogosearch agent
|
||||
identifier on success, false on error. This function creates a
|
||||
identifier on success, <literal>FALSE</literal> on error. This function creates a
|
||||
session with database parameters.
|
||||
</para>
|
||||
<note>
|
||||
|
@ -82,8 +82,8 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>Udm_Alloc_Agent</function> returns true on success,
|
||||
false on error. Defines mnoGoSearch session parameters.
|
||||
<function>Udm_Alloc_Agent</function> returns <literal>TRUE</literal> on success,
|
||||
<literal>FALSE</literal> on error. Defines mnoGoSearch session parameters.
|
||||
</para>
|
||||
<para>
|
||||
The following parameters and their values are available:
|
||||
|
@ -150,8 +150,8 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>Udm_Add_Search_Limit</function> returns true on
|
||||
success, false on error.
|
||||
<function>Udm_Add_Search_Limit</function> returns <literal>TRUE</literal> on
|
||||
success, <literal>FALSE</literal> on error.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
@ -179,8 +179,8 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>Udm_Add_Search_Limit</function> returns true on
|
||||
success, false on error.
|
||||
<function>Udm_Add_Search_Limit</function> returns <literal>TRUE</literal> on
|
||||
success, <literal>FALSE</literal> on error.
|
||||
</para>
|
||||
<para>
|
||||
The search itself. The first argument - session, the next one -
|
||||
|
@ -243,11 +243,11 @@
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
<function>Udm_Get_Res_Param</function> returns result parameter
|
||||
value on success, false on error.
|
||||
value on success, <literal>FALSE</literal> on error.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>res</parameter> - a link to result identifier,
|
||||
received after call to <parameter>Udm-Find</parameter>
|
||||
received after call to <parameter>Udm-Find</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>param</parameter> - parameter identifier, can have the
|
||||
|
@ -282,12 +282,12 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>Udm_Alloc_Agent</function> result field value on
|
||||
success, false on error.
|
||||
<function>Udm_Alloc_Agent</function> returns result field value on
|
||||
success, <literal>FALSE</literal> on error.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>res</parameter> - a link to result identifier,
|
||||
received after call to <parameter>Udm-Find</parameter>
|
||||
received after call to <parameter>Udm-Find</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>row</parameter> - the number of the link on the
|
||||
|
@ -348,12 +348,12 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>udm_free_res</function> returns true on success, false
|
||||
<function>udm_free_res</function> returns <literal>TRUE</literal> on success, <literal>FALSE</literal>
|
||||
on error.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>res</parameter> - a link to result identifier,
|
||||
received after call to <parameter>Udm-Find</parameter>
|
||||
received after call to <parameter>Udm-Find</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Freeing up memory allocated for results.
|
||||
|
@ -375,12 +375,12 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>udm_free_res</function> returns true on success, false
|
||||
<function>udm_free_res</function> returns <literal>TRUE</literal> on success, <literal>FALSE</literal>
|
||||
on error.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>agent</parameter> - link to agent identifier, received
|
||||
after call to <parameter>Udm_Alloc_Agent</parameter>
|
||||
after call to <parameter>Udm_Alloc_Agent</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Freeing up memory allocated for agent.
|
||||
|
@ -407,7 +407,7 @@
|
|||
</para>
|
||||
<para>
|
||||
<parameter>agent</parameter> - link to agent identifier, received
|
||||
after call to <parameter>Udm_Alloc_Agent</parameter>
|
||||
after call to <parameter>Udm_Alloc_Agent</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Receiving numeric agent error code.
|
||||
|
@ -434,7 +434,7 @@
|
|||
</para>
|
||||
<para>
|
||||
<parameter>agent</parameter> - link to agent identifier, received
|
||||
after call to <parameter>Udm_Alloc_Agent</parameter>
|
||||
after call to <parameter>Udm_Alloc_Agent</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Receiving agent error message.
|
||||
|
|
Loading…
Reference in a new issue