search for in the  
<convert_cyr_stringconvert_uuencode>
Last updated: Thu, 19 May 2005

convert_uudecode

(PHP 5)

convert_uudecode --  Decode a uuencoded string

Description

string convert_uudecode ( string data )

convert_uudecode() decodes a uuencoded string.

Example 1. convert_uudecode() example

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

See also convert_uuencode().



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

<convert_cyr_stringconvert_uuencode>
 Last updated: Thu, 19 May 2005
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: The Server Pages
Last updated: Thu May 19 17:35:34 2005 CDT