diff options
author | Takamura <plehanov.v@gmail.com> | 2017-03-31 12:58:14 +1000 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2017-03-31 09:33:33 +0200 |
commit | f50a239b3b819527445d240746b09a05fb76d103 (patch) | |
tree | 7a7094ce2741cca0e6ff47d68e2c69c8543aed5d /inc/mail.php | |
parent | 3476bb81a3484baad8418870e1351c292b82291f (diff) | |
download | dokuwiki-f50a239b3b819527445d240746b09a05fb76d103.tar.gz dokuwiki-f50a239b3b819527445d240746b09a05fb76d103.zip |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
Diffstat (limited to 'inc/mail.php')
-rw-r--r-- | inc/mail.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/mail.php b/inc/mail.php index e2afd0889..1d02fd689 100644 --- a/inc/mail.php +++ b/inc/mail.php @@ -278,6 +278,12 @@ function mail_isvalid($email){ * * @author umu <umuAThrz.tu-chemnitz.de> * @link http://php.net/manual/en/function.imap-8bit.php#61216 + * + * @param string $sText + * @param int $maxlen + * @param bool $bEmulate_imap_8bit + * + * @return string */ function mail_quotedprintable_encode($sText,$maxlen=74,$bEmulate_imap_8bit=true) { // split text into lines |