• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • mb_ord()

    (PHP 7 >= 7.2.0)

    Get 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 之间的值