Com\Tecnick\Unicode\Bidi\StepP
Tags
Table of Contents
- $ordarr : array<string|int, mixed>
- Array of UTF-8 codepoints
- __construct() : mixed
- P Steps for Bidirectional algorithm
- getPel() : int
- Get the Paragraph Embedding Level
- getIsolateLevel() : int
- Update the level of explicit directional isolates
Properties
$ordarr
Array of UTF-8 codepoints
protected array<string|int,
mixed> $ordarr = array()
Methods
__construct()
P Steps for Bidirectional algorithm
public __construct(array<string|int,
mixed> $ordarr)
: mixed
Parameters
- $ordarr : array<string|int, mixed>
-
Array of UTF-8 codepoints
Return values
mixed —getPel()
Get the Paragraph Embedding Level
public getPel()
: int
Return values
int —getIsolateLevel()
Update the level of explicit directional isolates
protected getIsolateLevel(mixed $ord,
mixed $isolate)
: int
Parameters
- $ord : mixed
- $isolate : mixed