cvs: phpdoc-da /reference/strings/functions quoted-printable-decode.xml
[email protected] ("Tom Sommer")
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvstomsommer1089419640@cvsserver> |
tomsommer Fri Jul 9 20:34:00 2004 EDT
Added files:
/phpdoc-da/reference/strings/functions quoted-printable-decode.xml
Log:
Initial translation
http://cvs.php.net/co.php/phpdoc-da/reference/strings/functions/quoted-printable-decode.xml?r=1.1&p=1
Index: phpdoc-da/reference/strings/functions/quoted-printable-decode.xml
+++ phpdoc-da/reference/strings/functions/quoted-printable-decode.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.2 Maintainer: tomsommer Status: ready -->
<refentry id="function.quoted-printable-decode">
<refnamediv>
<refname>quoted_printable_decode</refname>
<refpurpose>
Konverterer en quoted-printable streng til en 8 bit streng
</refpurpose>
</refnamediv>
<refsect1>
<title>Beskrivelse</title>
<methodsynopsis>
<type>string</type><methodname>quoted_printable_decode</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
</methodsynopsis>
<simpara>
Denne funktion returnerer en 8-bit binær streng, tilsvarende den
afkodede quoted printable streng. Denne funktion ligner
<function>imap_qprint</function>, bortset fra denne ikke
kræver IMAP modulet for at virke.
</simpara>
</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
-->