Additional periods (bug #27966)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168724 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-09-17 14:24:41 +00:00
parent 6440f09a17
commit cb9c3bc7cf

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.quoted-printable-decode">
<refnamediv>
@ -16,7 +16,11 @@
</methodsynopsis>
<simpara>
This function returns an 8-bit binary string corresponding to the
decoded quoted printable string. This function is similar to
decoded quoted printable string (according to
<ulink url="&url.rfc;2045">RFC2045</ulink>, section 6.7, not
<ulink url="&url.rfc;2821">RFC2821</ulink>, section 4.5.2, so additional
periods are not stripped from the beginning of line).
This function is similar to
<function>imap_qprint</function>, except this one does not
require the IMAP module to work.
</simpara>