$_data $_data : array Uudecode data. A list of arrays, with each array corresponding to a file in the input and containing the following keys: data: (string) Unencoded data. name: (string) Filename. perms: (string) Octal permissions. Type array
__construct() __construct(string $input) Scans $input for uuencoded data and converts it to unencoded data. Parameters string $input The input data
_uudecode() _uudecode(string $input) : string PHP 5's built-in convert_uudecode() is broken. Need this wrapper. Parameters string $input UUencoded input. Returns string — Decoded string.