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
$return = convert_uudecode(">3VYL:6YE4\$A01G5N8W1I;VYS(&ES(&%W97-O;64A
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
PHP Version:


Function convert_uudecode:

Strings Functions

Most used PHP functions