Class ContentType

Description

Class that handles content-type headers Class is used internally by rfc822header class.

Located in /nasmail/class/mime/ContentType.class.php (line 23)


	
			
Variable Summary
 array $properties
 string $type0
 string $type1
Method Summary
 ContentType ContentType (string $type)
Variables
array $properties = '' (line 39)

Auxiliary header information prepared with parseContentType() function in rfc822header class.

string $type0 = 'text' (line 28)

Media type

string $type1 = 'plain' (line 33)

Media subtype

Methods
Constructor ContentType (line 46)

Constructor function.

Prepared type0 and type1 properties

ContentType ContentType (string $type)
  • string $type: content type string without auxiliary information

Documentation generated on Sun, 22 Nov 2009 17:36:24 +0200 by phpDocumentor 1.4.3