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 多字节字符串 函数 encode character to html numeric string referencephp 多字节字符串 函数 get aliases of a known encoding typephp 多字节字符串 函数 regular expression match for multibyte stringphp 多字节字符串 函数 perform a regular expression search and replace with multibyte support using a callbackphp 多字节字符串 函数 returns start point for next regular expression matchphp 多字节字符串 函数 set start point of next regular expression matchphp 多字节字符串 函数 检测 http 输入字符编码php 多字节字符串 函数 设置/获取 http 输出字符编码php 多字节字符串 函数 设置/获取内部字符编码php 多字节字符串 函数 设置/获取当前的语言php 多字节字符串 函数 get code point of characterphp 多字节字符串 函数 set/get character encoding for multibyte regexphp 多字节字符串 函数 大小写不敏感地查找字符串在另一个字符串中首次出现的位置php 多字节字符串 函数 大小写不敏感地查找字符串在另一个字符串里的首次出现php 多字节字符串 函数 获取字符串的长度php 多字节字符串 函数 查找字符串在另一个字符串中首次出现的位置php intlchar check if code point is permissible as the first character in a java identifierphp intlchar check if code point is a space character according to javaphp 多字节字符串 多字节字符串 函数
关注编程学问公众号