���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/parsoid/src/Html2Wt/SingleLineContext.php
���ѧ٧ѧ�
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Html2Wt; /** * Stack and helpers to enforce single-line context while serializing. */ class SingleLineContext { // PORT-TODO document /** @var array */ private $stack; public function __construct() { $this->stack = []; } public function enforce(): void { $this->stack[] = true; } public function enforced(): bool { return count( $this->stack ) > 0 && end( $this->stack ); } public function disable(): void { $this->stack[] = false; } public function pop(): void { array_pop( $this->stack ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�