You are here : phpstringconvert_uudecode

convert_uudecode() - string

convert_uudecode() decodes a uuencoded string.
Parameters :
  • data - The uuencoded data.

  • Syntax

    string convert_uudecode
        ( string $data
       )


    Example

    <?php/* Can you imagine what this will print? :) */echo convert_uudecode("+22!L;W9E(%!(4\"$`\n`");?>


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference