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
Output / Return Value
Limitations
Alternatives / See Also
Reference