Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/main/lib/text/htmlconverter.php
Назад
<?php namespace Bitrix\Main\Text; class HtmlConverter extends Converter { public function encode($text, $textType = "") { if (is_object($text)) return $text; $textType = Converter::initTextType($textType); if ($textType == Converter::HTML) return $text; return HtmlFilter::encode($text); } public function decode($text, $textType = "") { if (is_object($text)) return $text; $textType = Converter::initTextType($textType); if ($textType == Converter::HTML) return $text; return htmlspecialchars_decode($text); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка