I thought I knew all about PHP until I found this website! "私はこのウェブサイトを見つけるまで、私はPHPに関するすべてを知って思った!"
ジェン

RocksEmailAttachmentFieldクラス

説明

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

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

) / RocksEmailAttachmentField.php(10行)に配置

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

コンストラクタは、添付ファイルを追加することができます。

  • public アクセス:公共
__construct ( string $filename , [ string $fileType = null ], [ string $data = null ]) RocksEmailAttachmentField __コンストラクト文字列 $ファイル名 、[ 文字列 $ fileTypeを = 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日午前16時○○分38秒を