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