Table of contents
Namespace: Com\Tecnick\Unicode\Bidi
File: StepXten.php line 40
Rule X10 of the Bidirectional Algorithm: isolating run sequences and their start-of-sequence and end-of-sequence types.
Tags
- since: 2015-07-13
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2011-2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-unicode
- phpstan-import-type: SeqData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic
- phpstan-import-type: CharData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic
Methods
__construct()
File: StepXten.php line 145
public __construct(array<int, CharData> $chardata, int $pel) : mixed
Parameters
- $chardata : array<int, CharData>: Array of UTF-8 codepoints
- $pel : int: Paragraph Embedding Level
getIsolatedLevelRunSequences()
File: StepXten.php line 164
public getIsolatedLevelRunSequences() : array<int, SeqData>
Return values
array<int, SeqData>