|
$_abbreviations
Abbreviation list for the range and class names in this class |
|
$_classes
Unicode class names in this class |
|
$_ranges
Unicode range names in this class |
|
getAllClasses ()
Returns all the class names defined in this class |
|
getAllRanges ()
Returns all the range names defined in this class |
|
getClass (string $range)
Returns the class name corresponding to the specified range |
|
getRange (int $unicode)
Returns the range name corresponding to the specified unicode codepoint |
|
getRangeArray (string $range)
Returns the range array specified by its name |
|
getRangeLimit (string $range)
Returns the limit of the unicode range specified by its name |
|
getRangesInClass (string $class)
Returns the all the range names in the specified class |
|
getRangeStart (string $range)
Returns the beginning of the unicode range specified by its name |
Abbreviation list for the range and class names in this class
protected static array $_abbreviations = array(...)
Unicode class names in this class
protected static array $_classes = array(...)
Unicode range names in this class
protected static array $_ranges = array(...)
Returns all the class names defined in this class
public static array getAllClasses ()
Returns all the range names defined in this class
public static array getAllRanges ()
Returns the class name corresponding to the specified range
string $range
Range name
public static string|null getClass (string $range)
Returns the range name corresponding to the specified unicode codepoint
int $unicode
Unicode codepoint
public static string|null getRange (int $unicode)
Returns the range array specified by its name
string $range
Range name
public static array|null getRangeArray (string $range)
Returns the limit of the unicode range specified by its name
string $range
Range name
public static int getRangeLimit (string $range)
Returns the all the range names in the specified class
string $class
Class name
public static array getRangesInClass (string $class)
Returns the beginning of the unicode range specified by its name
string $range
Range name
public static int getRangeStart (string $range)