search
Homephp教程php手册PHP将字符串转为HTML实体引用

PHP将字符串转为HTML实体引用

Jun 13, 2016 am 10:47 AM
classhtmlphpstaticstringentityWillQuote

class HtmlEncode { 
    static $_convertToHtmlEntitiesSrcEncoding='UTF-8'; 
 
    /**
     * 将非ASCII字符串转换成HTML实体
     *
     * @example HtmlEncode::encode("我信了"); //输出:我信了
     * @param string $s 要进行编码的字符串
     * @return string 返回HTML实体引用 www.2cto.com
     */ 
    public static function encode($s,$srcEncoding='UTF-8') { 
        self::$_convertToHtmlEntitiesSrcEncoding=$srcEncoding; 
        return preg_replace_callback('|[^\x00-\x7F]+|',array(__CLASS__,'_convertToHtmlEntities'),$s); 
    } 
 
    public static function _convertToHtmlEntities($data) { 
        if (is_array($data)) { 
            $chars=str_split(iconv(self::$_convertToHtmlEntitiesSrcEncoding,"UCS-2BE",$data[0]),2); 
            $chars=array_map(array(__CLASS__,__FUNCTION__),$chars); 
            return join("",$chars); 
        } else { 
            $code=hexdec(sprintf("%02s%02s;",dechex(ord($data {0})),dechex(ord($data {1})))); 
            return sprintf("%s;",$code); 
        } 
    } 
 
}

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools