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, 24 May 2013

view this page in

convert_uudecode

(PHP 5)

convert_uudecodeDecode a uuencoded string

Descrierea

string convert_uudecode ( string $data )

convert_uudecode() decodes a uuencoded string.

Parametri

data

The uuencoded data.

Valorile întoarse

Returns the decoded data as a string.

Exemple

Example #1 convert_uudecode() example

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

Vedeți de asemenea



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