English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
PHP String manual of string functions
The convert_uudecode() function is used to decode a uuencode encoded string
string convert_uudecode ( string $data )
Used to decode uuencoded strings
It returns the decoded data as a string, otherwise returns false
Serial number | Parameters and descriptions |
---|---|
1 | data uuencode encoded data. |
Try the following example to decode the uuencode encoded data:
<?php //Use the convert_uudecode() function to decode the uuencode encoded data echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`"); ?>Test and see‹/›
Output result
I love PHP!