Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22743 программиста и 1268 роботов. Сейчас ищут 798 программистов ...
Приступая к работе

IntlChar::getFC_NFKC_Closure - Get the FC_NFKC_Closure property for a code point

Вернуться к: IntlChar

IntlChar::getFC_NFKC_Closure

(PHP 7)

IntlChar::getFC_NFKC_ClosureGet the FC_NFKC_Closure property for a code point

Описание

public static string IntlChar::getFC_NFKC_Closure ( mixed $codepoint )

Gets the FC_NFKC_Closure property string for a character.

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

codepoint

The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}")

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

Returns the FC_NFKC_Closure property string for the codepoint, or an empty string if there is none.

Примеры

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

<?php
var_dump
(IntlChar::getFC_NFKC_Closure("\u{2121}"));
var_dump(IntlChar::getFC_NFKC_Closure("\u{1D2D}"));
?>

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

string(3) "tel"
string(2) "æ"


Вернуться к: IntlChar

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware