Home >Backend Development >PHP Tutorial >Make php support mbstring library_PHP tutorial

Make php support mbstring library_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 11:16:21877browse

call mb_internal_encoding>


>

echo>

>

>

1654 d19832782d45c4b8a421f9e11c61>

mb_substr: i am a string of comparisons mb_strcut: am mb_substr mb_strcut>

modify default_charset="“zh-cn”
" mbstring.language="zh-cn
" mbstring.internal_encoding="zh-cn

php_mbstring.dll file. Then edit the php.ini file:

output_handler = "mb_output_handler"

default_charset = "UTF-8"

mbstring.language = Chinese

mbstring.internal_encoding = UTF-8

mbstring.http_input = auto

mbstring.http_output = UTF-8

mbstring.encoding_translation = On







www.bkjia.comtruehttp://www.bkjia.com/PHPjc/440115.htmlTechArticlephp_mbstring.dll 文件。然后编辑 php.ini 文件: extension=php_mbstring.dll output_handler = "mb_output_handler" default_charset = "UTF-8" mbstring.language = Chinese mbstr...
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