downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

convert_uuencode> <convert_cyr_string
[edit] Last updated: Fri, 30 Nov 2012

view this page in

convert_uudecode

(PHP 5)

convert_uudecodeDecode a uuencoded string

Opis

string convert_uudecode ( string $data )

convert_uudecode() decodes a uuencoded string.

Parametry

data

The uuencoded data.

Zwracane wartości

Returns the decoded data as a string.

Przykłady

Przykład #1 convert_uudecode() example

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

Zobacz też:



add a note add a note User Contributed Notes convert_uudecode - [2 notes]