(PHP 4)
php_uuencodetostream -- Encodes the input data and sends the plain output without any headers to the output stream.
int php_uuencodetostream (resource outfile, mixed infile, int encoding, string outfname[, int filemode])
This function encodes the input data and sends the plain output without any headers to the output stream.
The parameter filemode is optional.
If infile is a string, the parameter outfname is optional too.