No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

convert_uudecode

(PHP 5, PHP 7)

convert_uudecodeDecode a uuencoded string

Description

convert_uudecode ( string $data ) : string

convert_uudecode() decodes a uuencoded string.

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

PHP: convert_uudecode - Manual Home of Manuel PHP  Contents Haut

Return Values

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

PHP: convert_uudecode - Manual Home of Manuel PHP  Contents Haut

Examples

Example #1 convert_uudecode() example

<?php
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>

The above example will output:

I love PHP!

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph