File manager - Edit - /home/autoph/public_html/projects/api/vendor/endroid/qr-code/src/Encoding/Encoding.php
Back
<?php declare(strict_types=1); namespace Endroid\QrCode\Encoding; final class Encoding implements EncodingInterface { private string $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 |
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings