(PHP 5, PHP 7)
convert_uudecode — Decode a uuencoded string
$string
) : string|falseconvert_uudecode() decodes a uuencoded string.
Notă: convert_uudecode() neither accepts the
begin
nor theend
line, which are part of uuencoded files.
string
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!