convert_uudecode

(PHP 5)

convert_uudecodeDecode a uuencoded string

Опис

string convert_uudecode ( string $data )

convert_uudecode() decodes a uuencoded string.

Параметри

data

The uuencoded data.

Значення, що повертаються

Returns the decoded data as a string або FALSE в разі помилки.

Приклади

Приклад #1 convert_uudecode() example

<?php
/* Can you imagine what this will print? :) */
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top