(PHP 5)
convert_uudecode — Decode a uuencoded string
convert_uudecode() decodes a uuencoded string.
The uuencoded data.
Returns the decoded data as a string.
Example #1 convert_uudecode() example
<?php
/* Can you imagine what this will print? :) */
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>