- move description above parameters

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210416 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 2006-03-30 15:57:58 +00:00
parent 0dcc6b982c
commit 0b8673dae4

View file

@ -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 &gt;= 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 &gt;= 0.6.0 is used.
</para>
</note>
</refsect1>
</refentry>