1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
utfconverter.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Text;
4
9{
10 public function encode($text, $textType = "")
11 {
12 return $text;
13 }
14
15 public function decode($text, $textType = "")
16 {
17 return $text;
18 }
19}
encode($text, $textType="")
Определения utfconverter.php:10
decode($text, $textType="")
Определения utfconverter.php:15
$text
Определения template_pdf.php:79