WordPress 常用函数 / utf8_uri_encode

简介

编码 Unicode 的值,用于 URI。

用法

<?php utf8_uri_encode( $utf8_string, $length ) ?>

参数

$utf8_string
(string) (required)
Default: None

$length
(integer) (optional) 字符串的最大长度
Default: 0

返回值

(string)
已经将 Unicode 编码的字符串

注解

sanitize_title_with_dashes() 用这个函数来转化 utf-8 字符。

修改记录

Since: 1.5.0

源文件

wp-includes/formatting.php