• PHP Video Tutorials

PHP - Function Quoted Printable Encode



Syntax

string quoted_printable_encode ( string $str )

Definition and Usage

It is used to convert 8 bit string to the quoted printable string

Return Values

It returns the encoded string

Parameters

Sr.No Parameters & Description
1

string

It is a string input

php_function_reference.htm
Advertisements