Файловый менеджер - Редактировать - /home/harasnat/www/learning/lib/phpxmlrpc/Traits/CharsetEncoderAware.php
Назад
<?php namespace PhpXmlRpc\Traits; use PhpXmlRpc\Helper\Charset; trait CharsetEncoderAware { protected static $charsetEncoder; public function getCharsetEncoder() { if (self::$charsetEncoder === null) { self::$charsetEncoder = Charset::instance(); } return self::$charsetEncoder; } /** * @param $charsetEncoder * @return void */ public static function setCharsetEncoder($charsetEncoder) { self::$charsetEncoder = $charsetEncoder; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка