Syntax of convert_uudecode
string convert_uudecode(string value)
Decodes the uuencoded string value and returns it.
Example of convert_uudecode
<?php
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>
I love PHP!
string convert_uudecode(string value)
Decodes the uuencoded string value and returns it.
<?php
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>
I love PHP!