Файловый менеджер - Редактировать - /var/www/html/libraries/vendor/spomky-labs/cbor-php/src/OtherObject/NullObject.php
Ðазад
<?php declare(strict_types=1); namespace CBOR\OtherObject; use CBOR\Normalizable; use CBOR\OtherObject as Base; final class NullObject extends Base implements Normalizable { public function __construct() { parent::__construct(self::OBJECT_NULL, null); } public static function create(): self { return new self(); } public static function supportedAdditionalInformation(): array { return [self::OBJECT_NULL]; } public static function createFromLoadedData(int $additionalInformation, ?string $data): Base { return new self(); } public function normalize(): ?string { return null; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка