Html::encode()
Converts a string to an HTML-safe string
Html::encode(string|null $string, bool $keepTags = false): string
Parameters
Name | Type | Default | Description |
---|---|---|---|
$string | string ornull |
no default value | |
$keepTags | bool |
false
|
If true, existing tags won't be escaped |
Return type
string
The HTML string