Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/libraries/vendor/web-auth/metadata-service/src/Statement/AuthenticatorGetInfo.php
Назад
<?php declare(strict_types=1); namespace Webauthn\MetadataService\Statement; use JsonSerializable; /** * @final */ class AuthenticatorGetInfo implements JsonSerializable { /** * @var string[] */ private array $info = []; /** * @param array<string|int, mixed> $data */ public static function create(array $data = []): self { $object = new self(); foreach ($data as $k => $v) { $object->add($k, $v); } return $object; } public function add(string|int $key, mixed $value): self { $this->info[$key] = $value; return $this; } /** * @return string[] */ public function jsonSerialize(): array { return $this->info; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка