MimeMap

TypeParameter
in package

Class for working with MIME type parameters.

Table of Contents

Properties

$comment  : string|null
$name  : string
$value  : string

Methods

__construct()  : mixed
getComment()  : string
Gets the parameter comment.
getName()  : string
Gets the parameter name.
getValue()  : string
Gets the parameter value.
hasComment()  : bool
Does this parameter have a comment?
toString()  : string
Gets a string representation of this parameter.

Properties

Methods

__construct()

public __construct(string $name, string $value[, string|null $comment = null ]) : mixed
APIYes
Parameters
$name : string

Parameter name.

$value : string

Parameter value.

$comment : string|null = null

Comment for this parameter.

getName()

Gets the parameter name.

public getName() : string
APIYes
Return values
string

getValue()

Gets the parameter value.

public getValue() : string
APIYes
Return values
string

hasComment()

Does this parameter have a comment?

public hasComment() : bool
APIYes
Return values
bool

toString()

Gets a string representation of this parameter.

public toString([int $format = Type::FULL_TEXT ]) : string
APIYes
Parameters
$format : int = Type::FULL_TEXT

The format of the output string.

Return values
string

        
On this page

Search results