svn: /phpdoc/bg/trunk/reference/strings/functions/ quoted-printable-encode.xml
[email protected] (Stanislav Yordanov) Thu, 17 Mar 2016 11:54:17 +0000
| Newsgroups | php.doc.bg |
|---|---|
| Message-ID | <[email protected]> |
stanprog Thu, 17 Mar 2016 11:54:17 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=338766
Log:
initial translation
Changed paths:
A phpdoc/bg/trunk/reference/strings/functions/quoted-printable-encode.xml
Added: phpdoc/bg/trunk/reference/strings/functions/quoted-printable-encode.xml
===================================================================
--- phpdoc/bg/trunk/reference/strings/functions/quoted-printable-encode.xml (rev 0)
+++ phpdoc/bg/trunk/reference/strings/functions/quoted-printable-encode.xml 2016-03-17 11:54:17 UTC (rev 338766)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: 297028 $ -->
+<!-- EN-Revision: 297028 Maintainer: stanprog Status: ready -->
+<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.quoted-printable-encode">
+ <refnamediv>
+ <refname>quoted_printable_encode</refname>
+ <refpurpose>Преобразува 8-битов низ в низ, кодиран по метода quoted-printable</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <type>string</type><methodname>quoted_printable_encode</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
+ <para>
+ Връща низ, кодиран по метода quoted-printable и създаден съгласно <link
+ xlink:href="&url.rfc;2045">RFC2045</link>, раздел 6.7.
+ </para>
+ <para>
+ Тази функция е подобна на <function>imap_8bit</function>, с тази разлика,
+ че не изисква IMAP модул за да работи.
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>str</parameter></term>
+ <listitem>
+ <para>
+ Входният низ.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Връща кодираният низ.
+ </para>
+ </refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>quoted_printable_decode</function></member>
+ <member><function>iconv_mime_encode</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
+-->