mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
wrong function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259041 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b3b542379d
commit
597d15b64a
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xml:id="function.dbase-replace-record" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>dbase_replace_record</refname>
|
||||
|
@ -34,9 +34,9 @@
|
|||
<term><parameter>record</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An indexed array of data. The number of items must be equal to the number of
|
||||
fields in the database, otherwise <function>dbase_add_record</function>
|
||||
will fail.
|
||||
An indexed array of data. The number of items must be equal to the
|
||||
number of fields in the database, otherwise
|
||||
<function>dbase_replace_record</function> will fail.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue