���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/vendor/endroid/qr-code/src/Encoding/Encoding.php
���ѧ٧ѧ�
<?php declare(strict_types=1); namespace Endroid\QrCode\Encoding; final class Encoding implements EncodingInterface { /** @var string */ private $value; public function __construct(string $value) { if (!in_array($value, mb_list_encodings())) { throw new \Exception(sprintf('Invalid encoding "%s"', $value)); } $this->value = $value; } public function __toString(): string { return $this->value; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�