Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/libraries/vendor/spomky-labs/cbor-php/src/OtherObject/UndefinedObject.php
Назад
<?php declare(strict_types=1); namespace CBOR\OtherObject; use CBOR\OtherObject as Base; final class UndefinedObject extends Base { public function __construct() { parent::__construct(self::OBJECT_UNDEFINED, null); } public static function create(): self { return new self(); } public static function supportedAdditionalInformation(): array { return [self::OBJECT_UNDEFINED]; } public static function createFromLoadedData(int $additionalInformation, ?string $data): Base { return new self(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка