LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: TAKAGI Masahiro Date: Fri Aug 15 20:35:10 2008 Subject: cvs: phpdoc-ja /reference/strings/functions quoted-printable-encode.xml
takagi Sat Aug 16 02:35:10 2008 UTC
Added files:
/phpdoc-ja/reference/strings/functions quoted-printable-encode.xml
Log:
added Japanese translation.
http://cvs.php.net/viewvc.cgi/phpdoc-ja/reference/strings/functions/quoted-printable-encode.xml?view=markup&rev=1.1
Index: phpdoc-ja/reference/strings/functions/quoted-printable-encode.xml
+++ phpdoc-ja/reference/strings/functions/quoted-printable-encode.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.1 Maintainer: takagi 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>
<link xlink:href="&url.rfc;2045">RFC2045</link> の section 6.7
に従って作成した quoted printable 文字列を返します。
</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>
</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:"../../../../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
-->
| Navigate in group php.doc.ja at sever news.php.net | |
| Previous | Next |
| No Copyright You are free to use Anything |
Site Maintained by PHP Developer
Powered By PHP Consultants |