Shared

Shared utilities used across modules.

Source

Constants

Sgnw\Core\VERSION

const VERSION = '1.0.1';

Library version (SemVer).

Note: the canonical published version is the Git tag (e.g. v1.0.1).

Value

1.0.1

Classes

Sgnw\Core\Unicode

Methods

Unicode::codePointAt
function codePointAt($str, $index)
Unicode::fromCodePoint
function fromCodePoint($code)
Unicode::substrCp
function substrCp($str, $start, $length = null)