svn: /phpdoc/fa/trunk/reference/stomp/stomp/ begin.xml
[email protected] (Pedram Salehpoor)
| Newsgroups | php.doc.fa |
|---|---|
| Message-ID | <[email protected]> |
psalehpoor Sat, 01 May 2010 19:12:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=298844
Log:
translated
Changed paths:
A phpdoc/fa/trunk/reference/stomp/stomp/begin.xml
Added: phpdoc/fa/trunk/reference/stomp/stomp/begin.xml
===================================================================
--- phpdoc/fa/trunk/reference/stomp/stomp/begin.xml (rev 0)
+++ phpdoc/fa/trunk/reference/stomp/stomp/begin.xml 2010-05-01 19:12:07 UTC (rev 298844)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 294376 Maintainer: pedram Status: ready -->
+<!-- Reviewed: yes -->
+<!-- $Revision$ -->
+
+<refentry xml:id="stomp.begin" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+ <refname>Stomp::begin</refname>
+ <refname>stomp_begin</refname>
+ <refpurpose>شروع تراکنش</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <para>شیوه شیگرا (method):</para>
+ <methodsynopsis>
+ <modifier>public</modifier> <type>bool</type><methodname>Stomp::begin</methodname>
+ <methodparam><type>string</type><parameter>transaction_id</parameter></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>headers</parameter></methodparam>
+ </methodsynopsis>
+ <para>شیوه رویهای:</para>
+ <methodsynopsis>
+ <type>bool</type><methodname>stomp_begin</methodname>
+ <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+ <methodparam><type>string</type><parameter>transaction_id</parameter></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter>headers</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ شروع تراکنش.
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ &stomp.param.link;
+ <varlistentry>
+ <term><parameter>transaction_id</parameter></term>
+ <listitem>
+ <para>
+ id تراکنش.
+ </para>
+ </listitem>
+ </varlistentry>
+ &stomp.param.headers;
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ &return.success;
+ </para>
+ </refsect1>
+
+ <refsect1 role="notes">
+ &reftitle.notes;
+ &stomp.note.sync;
+ </refsect1>
+
+ <refsect1 role="examples">
+ &reftitle.examples;
+ <para>
+ <function>stomp_commit</function> یا <function>stomp_abort</function> را ببینید.
+ </para>
+ </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
+-->
Property changes on: phpdoc/fa/trunk/reference/stomp/stomp/begin.xml
___________________________________________________________________
Added: svn:keywords
+ Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
Added: svn:eol-style
+ native