芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/lcobucci/jwt/src/Token/Signature.php
hash = $hash; $this->encoded = $encoded; } /** @deprecated Deprecated since v4.3 */ public static function fromEmptyData(): self { return new self('', ''); } public function hash(): string { return $this->hash; } /** * Returns the encoded version of the signature */ public function toString(): string { return $this->encoded; } }