Habari\SuperGlobal::escape PHP Метод

escape() публичный Метод

We escape with htmletities with the ENT_QUOTE flag.
public escape ( mixed $index ) : mixed
$index mixed The index of the value
Результат mixed The unfiltered value
    public function escape($index)
    {
        return htmlentities($this->raw($index), ENT_QUOTES);
    }