English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

PHP Basic Tutorial

PHP Advanced Tutorial

PHP & MySQL

PHP Reference Manual

PHP quoted_printable_encode() Function Usage and Example

PHP String Character String Functions Manual

The quoted_printable_encode() function is used to convert 8-Bit string to quoted-Printable string.

Syntax

string quoted_printable_encode ( string $str )

Definition and Usage

Used to convert8Convert bit string to quoted printable string

Return Value

It returns the encoded string

Parameter

Serial NumberParameters and Description
1

string

Input String

PHP String Character String Functions Manual