PHP convert_uudecode() Function

The convert_uudecode() function decodes a uuencoded string.

string convert_uudecode ( string $data )

This function is often used together with the convert_uuencode() function.

convert_uudecode() decodes a uuencoded string.

Example -

ParameterDescription
dataThe uuencoded data.

Returns the decoded data as a string or FALSE on failure.