mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- move description above parameter list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210408 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
87959ea6a2
commit
12b95adb73
1 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/paradox.xml, last change in rev -->
|
||||
<refentry id="function.px-retrieve-record">
|
||||
<refnamediv>
|
||||
|
@ -15,6 +15,17 @@
|
|||
<methodparam><type>int</type><parameter>num</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function is very similar to <function>px_get_record</function>
|
||||
but uses internally a different approach to retrieve the data. It
|
||||
relies on pxlib for reading each single field value, which usually
|
||||
results in support for more field types.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function is only available if pxlib >= 0.6.0 is used.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -58,17 +69,6 @@
|
|||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
This function is very similar to <function>px_get_record</function>
|
||||
but uses internally a different approach to retrieve the data. It
|
||||
relies on pxlib for reading each single field value, which usually
|
||||
results in support for more field types.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function is only available if pxlib >= 0.6.0 is used.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
Loading…
Reference in a new issue