芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries.3/vendor/spomky-labs/cbor-php/src/OtherObject.php
data = $data; } public function __toString(): string { $result = parent::__toString(); if (null !== $this->data) { $result .= $this->data; } return $result; } /** * @return int[] */ abstract public static function supportedAdditionalInformation(): array; abstract public static function createFromLoadedData(int $additionalInformation, ?string $data): self; }