Property | Type | Description | |
---|---|---|---|
$_subject | string | The base subject. |
Method | Description | |
---|---|---|
__construct ( string $str, array $opts = [] ) : string | Constructor. | |
__toString ( ) : string | Return the "base subject" defined in RFC 5256 [2.1]. |
Method | Description | |
---|---|---|
_removeBlob ( string $str, integer $i ) : boolean | integer | Remove "[. | |
_removeBlobWhenNonempty ( &$str ) : boolean | Remove "[. | |
_removeSubjFwdHdr ( &$str ) : boolean | Remove a "[fwd: . | |
_removeSubjLeader ( &$str, boolean $keepblob = false ) : boolean | Remove all prefix text of the subject that matches the subj-leader ABNF. |
public __toString ( ) : string | ||
return | string | The base subject. |
protected _removeBlobWhenNonempty ( &$str ) : boolean | ||
return | boolean | True if string was altered. |
protected _removeSubjFwdHdr ( &$str ) : boolean | ||
return | boolean | True if string was altered. |
protected _removeSubjLeader ( &$str, boolean $keepblob = false ) : boolean | ||
$keepblob | boolean | Remove blob information? |
return | boolean | True if string was altered. |