1
0
mirror of https://github.com/php/doc-ru.git synced 2026-04-29 02:03:25 +02:00
Files
Mikhail Alferov bac18e0db1 Update odbc_* to En (#1015)
* Update setup.xml

* Update odbc-autocommit.xml

* Update odbc-binmode.xml

* Update odbc-close.xml

* Update language-snippets.ent

* Update language-snippets.ent

* Update odbc-columnprivileges.xml

* Update odbc-columns.xml

* Update odbc-commit.xml

* Update odbc-connect.xml

* Update odbc-cursor.xml

* Update odbc-data-source.xml

* Update odbc-error.xml

* Update odbc-errormsg.xml

* Update odbc-exec.xml

* Update odbc-execute.xml

* Update odbc-execute.xml Уточнил перевод

* Update odbc-fetch-array.xml

* Update odbc-fetch-into.xml

* Update odbc-fetch-object.xml

* Update odbc-fetch-row.xml

* Update odbc-field-len.xml

* Update odbc-field-name.xml

* Update odbc-field-num.xml

* Update odbc-field-scale.xml

* Update odbc-field-type.xml

* Update odbc-foreignkeys.xml

* Update odbc-free-result.xml

* Update odbc-gettypeinfo.xml

* Update odbc-longreadlen.xml

* Update odbc-next-result.xml

* Update odbc-num-fields.xml

* Update odbc-num-fields.xml

* Update odbc-num-rows.xml

* Update odbc-pconnect.xml

* Update odbc-prepare.xml

* Update odbc-primarykeys.xml

* Update odbc-procedurecolumns.xml

* Update language-snippets.ent

* Update odbc-procedures.xml

* Update odbc-result-all.xml

* Update odbc-result.xml

* Update odbc-rollback.xml

* Update odbc-setoption.xml

* Update odbc-specialcolumns.xml

* Update odbc-statistics.xml

* Update odbc-tableprivileges.xml

* Update odbc-tables.xml

* Update odbc-setoption.xml Remove the trailing whitespace
2024-12-04 14:43:57 +03:00

76 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ed1aff13602c94f86344bdd7c4fbc31f5a71bf84 Maintainer: zors1 Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.odbc-commit" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>odbc_commit</refname>
<refpurpose>Фиксирует ODBC-транзакцию</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>odbc_commit</methodname>
<methodparam><type>Odbc\Connection</type><parameter>odbc</parameter></methodparam>
</methodsynopsis>
<para>
Функция фиксирует незавершённые транзакции соединения.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>odbc</parameter></term>
<listitem>
&odbc.connection.id;
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&odbc.changelog.connection-param;
</tbody>
</tgroup>
</informaltable>
</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
-->