IntlChar::ord

(PHP 7)

IntlChar::ordReturn Unicode code point value of character

说锟斤拷

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

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.

锟斤拷锟斤拷

Example #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)

锟轿硷拷

  • IntlChar::isalnum() - Check if code point is an alphanumeric character
  • IntlChar::isdigit() - Check if code point is a digit character
  • IntlChar::chr() - Return Unicode character by code point value
  • ord() - 转锟斤拷锟街凤拷锟斤拷锟斤拷一锟斤拷锟街斤拷为 0-255 之锟斤拷锟街�