检测字符串是否是 UTF-8 编码。
用法
<?php seems_utf8( $string ); ?>
参数
(string) (required) 要检测的字符串
Default: None
返回值
(boolean)
如果 $string 是 UTF-8 编码,返回 true,否则返回 false。
修改记录
Since: 1.2.1
源文件
wp-includes/formatting.php
检测字符串是否是 UTF-8 编码。
<?php seems_utf8( $string ); ?>
(string) (required) 要检测的字符串
Default: None
(boolean)
如果 $string 是 UTF-8 编码,返回 true,否则返回 false。
Since: 1.2.1
wp-includes/formatting.php