Copied!

Abstract base class representing a single part of a parsed header.

Abstract
Methods
public __construct(ZBateson\MbWrapper\MbWrapper $charsetConverter)
 

Sets up dependencies.

public __toString() : string
 

Returns the value of the part (which is a string).

  • return string the value
public getValue() : ?string
 

Returns the part's value.

  • return ?string the value of the part
public ignoreSpacesAfter() : bool
 

Returns true if spaces after this part should be ignored. True is only
returned for MimeLiterals if the part ends with a mime-encoded string
Tokens if the Token's value is a single space, and for CommentParts.

public ignoreSpacesBefore() : bool
 

Returns true if spaces before this part should be ignored. True is only
returned for MimeLiterals if the part begins with a mime-encoded string,
Tokens if the Token's value is a single space, and for CommentParts.

Properties
protected $charsetConverter = NULL
 
  • var \MbWrapper $charsetConverter the charset converter used for
    converting strings in HeaderPart::convertEncoding
protected $value = NULL
 
  • var string the value of the part
Methods
protected convertEncoding(string $str, string $from = 'ISO-8859-1', bool $force = false) : string
 

Ensures the encoding of the passed string is set to UTF-8.

The method does nothing if the passed $from charset is UTF-8 already, or
if $force is set to false and mb_check_encoding for $str returns true
for 'UTF-8'.

  • return string utf-8 string
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration