You are here : phpstringconvert_uuencode

convert_uuencode() - string

convert_uuencode() encodes a string using the uuencode
   algorithm.
Parameters :
  • data - The data to be encoded.

  • Syntax

    string convert_uuencode
        ( string $data
       )


    Example

    <?php$some_string = "test\ntext text\r\n";echo convert_uuencode($some_string);?>


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference