|
IntlChar::charDirectionGet bidirectional category value for a code point Beschreibung
public static int IntlChar::charDirection
( mixed
$codepoint
)Returns the bidirectional category value for the code point, which is used in the » Unicode bidirectional algorithm (UAX #9).
Parameter-Liste
RückgabewerteThe bidirectional category value; one of the following constants:
BeispieleBeispiel #1 Testen unterschiedlicher Codepoints
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) bool(true) bool(true) bool(true) |