steinm Thu Mar 30 15:52:18 2006 UTC
Modified files:
/phpdoc/en/reference/paradox/functions px-retrieve-record.xml
Log:
- move description above parameter list
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/functions/px-retrieve-record.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/paradox/functions/px-retrieve-record.xml
diff -u phpdoc/en/reference/paradox/functions/px-retrieve-record.xml:1.1
phpdoc/en/reference/paradox/functions/px-retrieve-record.xml:1.2
--- phpdoc/en/reference/paradox/functions/px-retrieve-record.xml:1.1 Wed Feb
8 06:34:54 2006
+++ phpdoc/en/reference/paradox/functions/px-retrieve-record.xml Thu Mar
30 15:52:17 2006
@@ -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">