Свойство | Type | Description | |
---|---|---|---|
$allowInline | boolean | ||
$internalStringValue | string |
Méthode | Description | |
---|---|---|
__construct ( string $value, boolean $allowInline = false ) | HiddenString constructor. | |
__debugInfo ( ) : array | Hide its internal state from var_dump() | |
__destruct ( ) | Wipe it from memory after it's been used. | |
__toString ( ) : string | Prevent accidental echoing of a hidden string | |
getString ( ) : string | Explicit invocation -- get the raw string value |
public __construct ( string $value, boolean $allowInline = false ) | ||
$value | string | |
$allowInline | boolean |
public __debugInfo ( ) : array | ||
Résultat | array |
public __toString ( ) : string | ||
Résultat | string |