Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Html/decode_special_characters.php
Назад
<?php declare(strict_types=1); namespace Psl\Html; use function htmlspecialchars_decode; use const ENT_HTML5; use const ENT_QUOTES; use const ENT_SUBSTITUTE; /** * Convert special HTML entities back to characters. * * @pure */ function decode_special_characters(string $html): string { return htmlspecialchars_decode($html, ENT_QUOTES | ENT_HTML5 | ENT_SUBSTITUTE); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка