Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/endroid/qr-code/src/Writer/Result/EpsResult.php
Ðазад
<?php declare(strict_types=1); namespace Endroid\QrCode\Writer\Result; use Endroid\QrCode\Matrix\MatrixInterface; final class EpsResult extends AbstractResult { /** @var array<string> */ private array $lines; /** @param array<string> $lines */ public function __construct(MatrixInterface $matrix, array $lines) { parent::__construct($matrix); $this->lines = $lines; } public function getString(): string { return implode("\n", $this->lines); } public function getMimeType(): string { return 'image/eps'; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка