mb_ord

(PHP 7 >= 7.2.0)

mb_ordGet code point of character

说明

mb_ord ( string $str [, string $encoding ] ) : int

Warning

本函数还未编写文档,仅有参数列表。

参数

str

encoding

返回值

Returns a code point of character 或者在失败时返回 FALSE.

参见

  • mb_chr() - Get a specific character
  • ord() - 转换字符串第一个字节为 0-255 之间的值

相关文章
php 多字节字符串 函数 get a specific characterphp 多字节字符串 函数 对字符串进行大小写转换php 多字节字符串 函数 转换字符的编码php 多字节字符串 函数 encode character to html numeric string referencephp 多字节字符串 函数 returns start point for next regular expression matchphp 多字节字符串 函数 retrieve the result from the last multibyte regular expression matchphp 多字节字符串 函数 setup string and regular expression for a multibyte regular expression matchphp 多字节字符串 函数 returns position and length of a matched part of the multibyte regular expression for a predefined multibyte stringphp 多字节字符串 函数 set start point of next regular expression matchphp 多字节字符串 函数 get code point of characterphp 多字节字符串 函数 在输出缓冲中转换字符编码的回调函数php 多字节字符串 函数 解析 get/post/cookie 数据并设置全局变量php 多字节字符串 函数 获取 mime 字符串php 多字节字符串 函数 set/get character encoding for multibyte regexphp 多字节字符串 函数 大小写不敏感地在字符串中查找一个字符串最后出现的位置php 多字节字符串 函数 查找字符串在一个字符串中最后出现的位置php 多字节字符串 函数 查找字符串在另一个字符串里的首次出现php intlchar check if code point is a blank or horizontal space characterphp intlchar check if code point is a control characterphp intlchar check if code point is a space character
关注编程学问公众号