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