steinm Thu Mar 30 15:57:58 2006 UTC
Modified files:
/phpdoc/en/reference/paradox/functions px-delete-record.xml
Log:
- move description above parameters
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/paradox/functions/px-delete-record.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/paradox/functions/px-delete-record.xml
diff -u phpdoc/en/reference/paradox/functions/px-delete-record.xml:1.2
phpdoc/en/reference/paradox/functions/px-delete-record.xml:1.3
--- phpdoc/en/reference/paradox/functions/px-delete-record.xml:1.2 Wed Feb
8 08:27:46 2006
+++ phpdoc/en/reference/paradox/functions/px-delete-record.xml Thu Mar 30
15:57:58 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/paradox.xml, last change in rev -->
<refentry id="function.px-delete-record">
<refnamediv>
@@ -14,6 +14,17 @@
<methodparam><type>resource</type><parameter>pxdoc</parameter></methodparam>
<methodparam><type>int</type><parameter>num</parameter></methodparam>
</methodsynopsis>
+
+ <para>
+ This function deletes a record from the database. It does not free
+ the space in the database file but just marks it as deleted. Inserting
+ a new record afterwards will reuse the space.
+ </para>
+ <note>
+ <para>
+ This function is only available if pxlib >= 0.6.0 is used.
+ </para>
+ </note>
</refsect1>
<refsect1 role="parameters">
@@ -24,7 +35,8 @@
<term><parameter>pxdoc</parameter></term>
<listitem>
<para>
- Resource identifier of the paradox database.
+ Resource identifier of the paradox database
+ as returned by <function>px_new</function>.
</para>
</listitem>
</varlistentry>
@@ -39,16 +51,6 @@
</varlistentry>
</variablelist>
</para>
- <para>
- This function deletes a record from the database. It does not free
- the space in the database file but just marks it as deleted. Inserting
- a new record afterwards will reuse the space.
- </para>
- <note>
- <para>
- This function is only available if pxlib >= 0.6.0 is used.
- </para>
- </note>
</refsect1>
</refentry>