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

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Mail_mimeDecode::uudecode()

Mail_mimeDecode::uudecode() – UUコードデータのデコード

Synopsis

require_once 'Mail/mimeDecode.php';

array &uudecode ( string $input )

Description

UUコードデータのデコードをします。 'Unix-to-Unix'エンコードは、 電子メールのような7ビットASCIIのみのメディア上で、 バイナリファイル (例えばプログラムや画像)の送信を送信するときに使用します。

Parameter

  • string $input - デコードするデータです。

Return value

array - デコードされたデータです。

  • string $return[]['filename'] - UUエンコードされたファイル名です。

  • string $return[]['fileperm'] - もし提供された場合は、 UUエンコードされたファイルのファイルパーミッションです。 書式はUNIXスタイルで、 例えば"0666" や、 "666" です。

  • string $return[]['filedata'] - UUエンコードされたファイルのデコードした内容です。

Note

This function can be called statically.

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

Download Documentation Last updated: Sun, 21 Jun 2009
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.