|
IntlChar::charTypeGet the general category value for a code point Description
public static int IntlChar::charType
( mixed
$codepoint
)Returns the general category value for the code point. Parameters
Return ValuesReturns the general category type, which may be one of the following constants:
ExamplesExample #1 Testing different code points
<?php The above example will output: bool(true) bool(true) bool(true) bool(true) |