Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Html/encode.php
Назад
<?php declare(strict_types=1); namespace Psl\Html; use function htmlentities; use const ENT_QUOTES; /** * Convert all applicable characters to HTML entities. * * @param bool $double_encoding If set to false, this function will not * encode existing html entities. * @param Encoding $encoding defines character set used in conversion. * * @psalm-taint-escape html * * @pure */ function encode(string $html, bool $double_encoding = true, Encoding $encoding = Encoding::UTF_8): string { return htmlentities($html, ENT_QUOTES, $encoding->value, $double_encoding); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка