Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/parsoid/src/Html2Wt/ConstrainedText/Result.php
Ðазад
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Html2Wt\ConstrainedText; class Result { /** @var string */ public $text; /** @var ?string */ public $prefix; /** @var ?string */ public $suffix; /** @var bool */ public $greedy; /** * Construct a new constrained text result object. * * @param string $text * @param ?string $prefix * @param ?string $suffix */ public function __construct( string $text, ?string $prefix = null, ?string $suffix = null ) { $this->text = $text; $this->prefix = $prefix; $this->suffix = $suffix; $this->greedy = false; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка