Query: quoted_printable_encode
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
QUOTED_PRINTABLE_ENCODE(3) 1 QUOTED_PRINTABLE_ENCODE(3) quoted_printable_encode - Convert a 8 bit string to a quoted-printable stringSYNOPSISstring quoted_printable_encode (string $str)DESCRIPTIONReturns a quoted printable string created according to RFC2045, section 6.7. This function is similar to imap_8bit(3), except this one does not require the IMAP module to work.PARAMETERSo $str - The input string.RETURN VALUESReturns the encoded string.SEE ALSOquoted_printable_decode(3), iconv_mime_encode(3). PHP Documentation Group QUOTED_PRINTABLE_ENCODE(3)
Related Man Pages |
---|
mb_convert_encoding(3) - php |
stripslashes(3) - php |
mime::quotedprint(3pm) - centos |
iconv_mime_encode(3) - php |
strlen(3) - php |