IntlChar::ord

(PHP 7)

IntlChar::ordReturn Unicode code point value of character

Описание

public static int IntlChar::ord ( mixed $character )

Returns the Unicode code point value of the given character.

This function compliments IntlChar::chr().

Список параметров

character

A Unicode character.

Возвращаемые значения

Returns the Unicode code point value as an integer.

Примеры

Пример #1 Testing different code points

<?php
var_dump
(IntlChar::ord("A"));
var_dump(IntlChar::ord(" "));
var_dump(IntlChar::ord("\u{2603}"));
?>

Результат выполнения данного примера:

int(65)
int(32)
int(9731)

Смотрите также

Коментарии

404 Not Found

404 Not Found


nginx

    Поддержать сайт на родительском проекте КГБ