mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
6440f09a17
commit
cb9c3bc7cf
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue