php_uuencodemulti

(PHP 4)

php_uuencodemulti -- Encodes data into a subpart of a MIME-"multipart" message.

Description

int php_uuencodemulti (resource outfile, mixed infile, int encoding, string outfname[, string mimetype, int filemode] )

This function encodes data into a subpart of a MIME-"multipart" message. Appropriate "Content-Type" headers are produced, followed by the encoded data.
Parameters mimetype and filemode are optional.
If mimetype is not set up, the value NULL is assigned to it and the extension from outfname or infile (if outfname == NULL) is used to look up the relevant type name. Otherwise, mimetype is used as value for the "Content-Type" field.
If filemode is not set up, the value 0 is assigned to it.
If infile is a string, the parameter outfname is optional too. If it is not set up, the value NULL is assigned to it.

Piscines en bois