PHP.nl

convert_uudecode

convert_uudecode

Decode a uuencoded string

 **convert_uudecode** string $string
decodes a uuencoded string.

convert_uudecode

Opmerking: > neither accepts the nor the line, which are part of uuencoded . convert_uudecode``begin``endfiles

stringThe uuencoded data.

Returns the decoded data as a string return.falseforfailure.

Voorbeeld: example

<?php
echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");
?>
I love PHP!

convert_uuencode