Login |  Register 
I had no idea at all about PHP or programming until I started reading your website!
Scott
 

RocksEmailAttachmentField Class

Description

This represents an email attachment and is used internally.

  • author: Dominic Skinner
  • version: 0.2.1

Located in /RocksEmailAttachmentField.php (line 10)


	
			
Method Summary
RocksEmailAttachmentField __construct (string $filename, [string $fileType = null], [string $data = null])
void CreateHeader ( $semi_rand)
Methods
Constructor __construct (line 23)

The constructor enables attachment to be added.

  • access: public
RocksEmailAttachmentField __construct (string $filename, [string $fileType = null], [string $data = null])
  • string $filename: the filename of the attachment
  • string $fileType: the file type of the attachment
  • string $data: of the attachment this is not needed as it can be retrieved from the filename.
CreateHeader (line 48)
  • access: public
void CreateHeader ( $semi_rand)
  • $semi_rand

Written by Dominic Skinner
Last Updated: 2011-10-25 16:00:38