Decode a uuencoded string
Syntax
convert_uudecode ( string $data ) : string
Parameters
data
The uuencoded data.
Return
Returns the decoded data as a string or FALSE on failure.
Examples
1
<? $data = "0=75E;F-O9&5D('-T<FEN9P``\n`"; $return = convert_uudecode($data); echo $return; ?>
uuencoded string