convert_uudecode()函數(shù)用于解碼一個 uuencode 編碼的字符串
string convert_uudecode ( string $data )
用于解碼uuencoded字符串
它將解碼后的數(shù)據(jù)作為字符串返回,否則返回false
序號 | 參數(shù)和說明 |
---|---|
1 | data uuencode 編碼后的數(shù)據(jù)。 |
試試下面的實例,解碼uuencode 編碼后的數(shù)據(jù):
<?php //使用 convert_uudecode()函數(shù)解碼uuencode 編碼后的數(shù)據(jù) echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`"); ?>測試看看?/?
輸出結果
I love PHP!