mirror of
https://github.com/php/doc-it.git
synced 2026-03-24 07:32:12 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@314538 c90b9560-bf6c-de11-be94-00142212c4b1
54 lines
1.9 KiB
XML
54 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- splitted from ./it/functions/dbase.xml, last change in rev 1.1 -->
|
|
<!-- last change to 'dbase-replace-record' in en/ tree in rev 1.2 -->
|
|
<!-- EN-Revision: n/a Maintainer: calandra Status: ready -->
|
|
<!-- OLD-Revision: 1.17/EN.1.2 -->
|
|
<refentry xml:id="function.dbase-replace-record" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>dbase_replace_record</refname>
|
|
<refpurpose>Sostituisce un record in un database dBase</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Descrizione</title>
|
|
<methodsynopsis>
|
|
<type>bool</type><methodname>dbase_replace_record</methodname>
|
|
<methodparam><type>int</type><parameter>dbase_identifier</parameter></methodparam>
|
|
<methodparam><type>array</type><parameter>record</parameter></methodparam>
|
|
<methodparam><type>int</type><parameter>dbase_record_number</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<simpara>
|
|
Sostituisce i dati associati con il record
|
|
<parameter>record_number</parameter> con i dati nel
|
|
<parameter>record</parameter> nel database. Se il numero di items
|
|
nel record non è uguale al numero di campi nel database, l'operazione
|
|
fallirà e sarà restituito &false;.
|
|
</simpara>
|
|
<simpara>
|
|
<parameter>dbase_record_number</parameter> è un integer che va da 1 al numero di
|
|
records nel database (come restituito
|
|
da <function>dbase_numrecords</function>).
|
|
</simpara>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|