(PHP 5, PHP 7)
convert_uudecode — Decode a uuencoded string
$data
) : stringconvert_uudecode() decodes a uuencoded string.
Notă: convert_uudecode() neither accepts the begin nor the end line, which are part of uuencoded files.
data
The uuencoded data.
Returns the decoded data as a string sau FALSE
în cazul eșecului.
Example #1 convert_uudecode() example
<?php
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>
Exemplul de mai sus va afișa:
I love PHP!