���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/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.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.01 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�