Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/OATHAuth/src/IAuthKey.php
Ðазад
<?php namespace MediaWiki\Extension\OATHAuth; use JsonSerializable; use stdClass; interface IAuthKey extends JsonSerializable { /** * @return int|null the ID of this key in the oathauth_devices table, or null if this key has not been saved yet */ public function getId(): ?int; /** * @param array|stdClass $data * @param OATHUser $user * @return bool */ public function verify( $data, OATHUser $user ); }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка