PHP convert_uuencode Function


PHP convert_uuencode Function : It is used to encode a string using the uuencode algorithm.


PHP convert_uuencode Function Syntax


convert_uuencode(string)

String : Input String
Output : Encoded String.

PHP convert_uuencode Function

$string = "Hello World !";
$str = convert_uuencode($string);
echo $str;

Try it »

Output of the above example will be :

PHP convert_cyr_string Function

PHP convert_cyr_string() Function


Advertisements

Add Comment

📖 Read More