mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206727 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0e3ca408c6
commit
f79001ffb1
3 changed files with 7 additions and 6 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-delete-record">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>px_delete_record</methodname>
|
||||
<type>bool</type><methodname>px_delete_record</methodname>
|
||||
<methodparam><type>resource</type><parameter>pxdoc</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>num</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/paradox.xml, last change in rev -->
|
||||
<refentry id="function.px-put-record">
|
||||
<refnamediv>
|
||||
|
@ -13,11 +13,12 @@
|
|||
<type>bool</type><methodname>px_put_record</methodname>
|
||||
<methodparam><type>resource</type><parameter>pxdoc</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>record</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>recpos</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Stores a record into a paradox database. The record is always added at
|
||||
the end of the database, regardless of any free slots. Use
|
||||
<function>px-insert-record</function> to add a new record into the first
|
||||
<function>px_insert_record</function> to add a new record into the first
|
||||
free slot found in the database.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -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-update-record">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>px_update_record</methodname>
|
||||
<type>bool</type><methodname>px_update_record</methodname>
|
||||
<methodparam><type>resource</type><parameter>pxdoc</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>data</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>num</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue