Mail_mimeDecode::decode() (Previous) (Next) Mail_mimeDecode::getXML()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Mail_mimeDecode::uudecode()

Mail_mimeDecode::uudecode() -- decode of UU-coded data

Opis

Decodes UU-coded data. 'Unix-to-Unix'-Encoding is used to send binary files (eg. programs, graphics) over 7bit-ASCII-only media, like email.

Parametr

  • string $input - data to decode

Zwracana wartość

array - the decoded data

  • string $return[]['filename'] - the name of the UUencoded file.

  • string $return[]['fileperm'] - the file permissions of the UUencoded file, if given. The format is unix-styled, ie. "0666" or "666".

  • string $return[]['filedata'] - the decoded content of the UUencoded file.

Uwagi

Ta funkcja może być wywołana statycznie.

Mail_mimeDecode::decode() (Previous) (Next) Mail_mimeDecode::getXML()

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.