svn: /phpdoc/fa/trunk/reference/filepro/functions/ filepro-fieldcount.xml filepro-fieldname.xml filepro-fieldwidth.xml filepro-retrieve.xml filepro-rowcount.xml filepro.xml
[email protected] (Pedram Salehpoor)
| Newsgroups | php.doc.fa |
|---|---|
| Message-ID | <[email protected]> |
psalehpoor Thu, 06 May 2010 13:31:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=299069
Log:
translated
Changed paths:
A phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldcount.xml
A phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldname.xml
A phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldwidth.xml
A phpdoc/fa/trunk/reference/filepro/functions/filepro-retrieve.xml
A phpdoc/fa/trunk/reference/filepro/functions/filepro-rowcount.xml
A phpdoc/fa/trunk/reference/filepro/functions/filepro.xml
svn-diffs-299069.txt
(text/x-diff, 14.5 KB)
Added: phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldcount.xml =================================================================== --- phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldcount.xml (rev 0) +++ phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldcount.xml 2010-05-06 13:31:10 UTC (rev 299069) @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- EN-Revision: 297028 Maintainer: pedram Status: ready --> +<!-- Reviewed: yes --> +<!-- $Revision$ --> +<refentry xml:id="function.filepro-fieldcount" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>filepro_fieldcount</refname> + <refpurpose>دریافت تعداد فیلدها در پایگاه داده filePro</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>int</type><methodname>filepro_fieldcount</methodname> + <void/> + </methodsynopsis> + <para> + بازگرداندن تعداد فیلدها (ستونها) در پایگاه داده باز شده filePro. + </para> + </refsect1> + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + بازگرداندن تعداد فیلدها (ستونها) در پایگاه داده باز شده filePro یا &false; در صورت خطا. + </para> + </refsect1> + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><function>filepro</function></member> + </simplelist> + </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/filepro/functions/filepro-fieldcount.xml ___________________________________________________________________ Added: svn:keywords + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL Added: svn:eol-style + native Added: phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldname.xml =================================================================== --- phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldname.xml (rev 0) +++ phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldname.xml 2010-05-06 13:31:10 UTC (rev 299069) @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- EN-Revision: 297028 Maintainer: pedram Status: ready --> +<!-- Reviewed: yes --> +<!-- $Revision$ --> +<refentry xml:id="function.filepro-fieldname" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>filepro_fieldname</refname> + <refpurpose>دریافت نام فیلد</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>string</type><methodname>filepro_fieldname</methodname> + <methodparam><type>int</type><parameter>field_number</parameter></methodparam> + </methodsynopsis> + <para> + بازگرداندن نام فیلد متناسب با + <parameter>field_number</parameter>. + </para> + </refsect1> + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>field_number</parameter></term> + <listitem> + <para> + شماره فیلد. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + بازگرداندن نام فیلد به عنوان رشته یا &false; در صورت خطا. + </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/filepro/functions/filepro-fieldname.xml ___________________________________________________________________ Added: svn:keywords + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL Added: svn:eol-style + native Added: phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldwidth.xml =================================================================== --- phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldwidth.xml (rev 0) +++ phpdoc/fa/trunk/reference/filepro/functions/filepro-fieldwidth.xml 2010-05-06 13:31:10 UTC (rev 299069) @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- EN-Revision: 297028 Maintainer: pedram Status: ready --> +<!-- Reviewed: yes --> +<!-- $Revision$ --> +<refentry xml:id="function.filepro-fieldwidth" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>filepro_fieldwidth</refname> + <refpurpose>دریافت عرض فیلد</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>int</type><methodname>filepro_fieldwidth</methodname> + <methodparam><type>int</type><parameter>field_number</parameter></methodparam> + </methodsynopsis> + <para> + دریافت عرض فیلد متناسب با <parameter>field_number</parameter>. + </para> + </refsect1> + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>field_number</parameter></term> + <listitem> + <para> + شماره فیلد. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + بازگرداندن عرض فیلد به عنوان صحیح یا &false; در صورت خطا. + </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/filepro/functions/filepro-fieldwidth.xml ___________________________________________________________________ Added: svn:keywords + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL Added: svn:eol-style + native Added: phpdoc/fa/trunk/reference/filepro/functions/filepro-retrieve.xml =================================================================== --- phpdoc/fa/trunk/reference/filepro/functions/filepro-retrieve.xml (rev 0) +++ phpdoc/fa/trunk/reference/filepro/functions/filepro-retrieve.xml 2010-05-06 13:31:10 UTC (rev 299069) @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- EN-Revision: 297028 Maintainer: pedram Status: ready --> +<!-- Reviewed: yes --> +<!-- $Revision$ --> +<refentry xml:id="function.filepro-retrieve" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>filepro_retrieve</refname> + <refpurpose>بازیابی داده از پایگاه داده filePro</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>string</type><methodname>filepro_retrieve</methodname> + <methodparam><type>int</type><parameter>row_number</parameter></methodparam> + <methodparam><type>int</type><parameter>field_number</parameter></methodparam> + </methodsynopsis> + <para> + بازگرداندن داده از محل مشخص شده در پایگاه داده. + </para> + ¬e.sm.uidcheck; + </refsect1> + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>row_number</parameter></term> + <listitem> + <para> + شماره ردیف. مابین صفر و تعداد کل منهای ۱ (0..<function>filepro_rowcount</function> - 1) + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><parameter>field_number</parameter></term> + <listitem> + <para> + شماره فیلد. مابین صفر و تعداد کل منهای یک (0..<function>filepro_fieldcount</function> - 1) + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + بازگرداندن داده مشخص یا &false; در صورت خطا. + </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/filepro/functions/filepro-retrieve.xml ___________________________________________________________________ Added: svn:keywords + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL Added: svn:eol-style + native Added: phpdoc/fa/trunk/reference/filepro/functions/filepro-rowcount.xml =================================================================== --- phpdoc/fa/trunk/reference/filepro/functions/filepro-rowcount.xml (rev 0) +++ phpdoc/fa/trunk/reference/filepro/functions/filepro-rowcount.xml 2010-05-06 13:31:10 UTC (rev 299069) @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- EN-Revision: 297028 Maintainer: pedram Status: ready --> +<!-- Reviewed: yes --> +<!-- $Revision$ --> +<refentry xml:id="function.filepro-rowcount" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>filepro_rowcount</refname> + <refpurpose>دریافت تعداد ردیفها در پایگاه داده filePro</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>int</type><methodname>filepro_rowcount</methodname> + <void/> + </methodsynopsis> + <para> + بازگرداندن تعداد ردیفها در پایگاه داده باز شده filePro. + </para> + ¬e.sm.uidcheck; + </refsect1> + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + بازگرداندن تعداد ردیفها در پایگاه داده باز شده filePro یا &false; در صورت خطا. + </para> + </refsect1> + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><function>filepro</function></member> + </simplelist> + </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/filepro/functions/filepro-rowcount.xml ___________________________________________________________________ Added: svn:keywords + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL Added: svn:eol-style + native Added: phpdoc/fa/trunk/reference/filepro/functions/filepro.xml =================================================================== --- phpdoc/fa/trunk/reference/filepro/functions/filepro.xml (rev 0) +++ phpdoc/fa/trunk/reference/filepro/functions/filepro.xml 2010-05-06 13:31:10 UTC (rev 299069) @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- EN-Revision: 297028 Maintainer: pedram Status: ready --> +<!-- Reviewed: yes --> +<!-- $Revision$ --> +<refentry xml:id="function.filepro" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>filepro</refname> + <refpurpose>خواندن و تطبیق فایل نقشه</refpurpose> + </refnamediv> + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <type>bool</type><methodname>filepro</methodname> + <methodparam><type>string</type><parameter>directory</parameter></methodparam> + </methodsynopsis> + <para> + خواندن و تایید فایل نقشه ذخیرهسازی اطلاعات و تعداد فیلد. + </para> + <para> + بدون قفل باید از تغییر پایگاه داده filePro + هنگام باز کردن آن در PHP خودداری نمایید. + </para> + ¬e.sm.uidcheck; + </refsect1> + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>directory</parameter></term> + <listitem> + <para> + دایرکتوری نقشه. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + &return.success; + </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/filepro/functions/filepro.xml ___________________________________________________________________ Added: svn:keywords + Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL Added: svn:eol-style + native