For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > March 2006 > cvs: phpdoc /en/reference/paradox/functions px-delete-record.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/paradox/functions px-delete-record.xml
Uwe Steinmann

2006-03-30, 6:58 pm

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/phpd...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 &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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com