convert_uudecode

PHP 5, PHP 7, PHP 8
convert_uudecode - Decode a uuencoded string

convert_uudecode( string$string ): string|false

convert_uudecode decodes a uuencoded string.

Note:

convert_uudecode neither accepts the begin nor the end line, which are part of uuencoded files.

Parameters

string

The uuencoded data.

Return Values

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

Related Functions

Example of convert_uudecode

Show all examples for convert_uudecode

PHP Version:


Function convert_uudecode:

Strings Functions

Most used PHP functions