超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<convert_cyr_stringconvert_uuencode>
Last updated: Fri, 22 Jun 2007

convert_uudecode

(PHP 5)

convert_uudecode --  Decode a uuencoded string

Description

string convert_uudecode ( string data)

convert_uudecode() decodes a uuencoded string.

例子 1. convert_uudecode() example

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

See also convert_uuencode().




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

<convert_cyr_stringconvert_uuencode>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22