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

search for in the

convert_uuencode> <convert_cyr_string
Last updated: Fri, 06 Nov 2009

view this page in

convert_uudecode

(PHP 5)

convert_uudecodeDecode a uuencoded string

Description

string convert_uudecode ( string $data )

convert_uudecode() decodes a uuencoded string.

Parameters

data

The uuencoded data.

Return Values

Returns the decoded data as a string.

Examples

Example #1 convert_uudecode() example

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

See Also



add a note add a note User Contributed Notes
convert_uudecode
There are no user contributed notes for this page.

convert_uuencode> <convert_cyr_string
Last updated: Fri, 06 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites