I regularly use your site to answer my PHP problems! "私は定期的に私のPHPの問題に答えることをあなたのサイトを使って!"
マット

RocksEmailAttachmentFieldクラス

説明

これは、電子メールの添付ファイルを表し、内部的に使用されます。

  • Dominic Skinner 著者:ドミニクスキナー
  • 0.2.1 バージョン:0.2.1

) / RocksEmailAttachmentField.php(10行目)に位置して

メソッドの概要
__construct ( string $filename , [ string $fileType = null ], [ string $data = null ]) RocksEmailAttachmentField __construct文字列 $ファイル名 、[ 文字列 $ファイルタイプ = NULL]、[ 文字列 $データ = NULL])
CreateHeader ( ボイド CreateHeader ) semi_rand $)
の方法
(line 23 ) コンストラクタ__construct(23行目)

コンストラクタは、添付ファイルを追加できるようになります。

  • public アクセス:公共
__construct ( string $filename , [ string $fileType = null ], [ string $data = null ]) RocksEmailAttachmentField __construct( 文字列 $ファイル名 、[ 文字列 $ファイルタイプ = NULL]、[ 文字列 $データ = NULL])
  • $filename : the filename of the attachment 文字列 $ファイル名 :添付ファイルのファイル名
  • $fileType : the file type of the attachment 文字列 $ファイルタイプ :添付ファイルのファイルタイプ
  • $data : of the attachment this is not needed as it can be retrieved from the filename. 文字列は、$ データ :それはファイル名から取得することができるようにこれが必要とされていない添付ファイルの。
(line 48 ) CreateHeader(48行目)
  • public アクセス:公共
CreateHeader ( ボイド CreateHeader( ) semi_rand $)
  • $ semi_rand

ドミニクスキナーによって書か
最終更新日:2011年10月25日午後04時00分38秒を