Свойство | Type | Description | |
---|---|---|---|
$_armor |
Méthode | Description | |
---|---|---|
__construct ( $data, array $headers = [] ) | ||
__get ( $name ) | ||
__toString ( ) | ||
dashEscapeText ( string $text ) : string | Returns the normalized & dash-escaped text (RFC 4880 [7.1]) of the cleartext signed message. | |
dashUnescapeText ( string $text ) : string | Returns text after reversing any dash-escaping (RFC 4880 [7.1]) previously done on it. |
public static dashEscapeText ( string $text ) : string | ||
$text | string | Unescaped text. |
Résultat | string | Escaped text. |
public static dashUnescapeText ( string $text ) : string | ||
$text | string | Escaped text. |
Résultat | string | Unescaped text. |