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; |
Output of the above example will be :