downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

quotemeta> <quoted_printable_decode
[edit] Last updated: Fri, 17 May 2013

view this page in

quoted_printable_encode

(PHP 5 >= 5.3.0)

quoted_printable_encodeConvert a 8 bit string to a quoted-printable string

Descrierea

string quoted_printable_encode ( string $str )

Returns a quoted printable string created according to » RFC2045, section 6.7.

This function is similar to imap_8bit(), except this one does not require the IMAP module to work.

Parametri

str

The input string.

Valorile întoarse

Returns the encoded string.

Vedeți de asemenea



quotemeta> <quoted_printable_decode
[edit] Last updated: Fri, 17 May 2013
 
add a note add a note User Contributed Notes quoted_printable_encode - [5 notes]