Check unicode in PHP

前端 未结 6 534
予麋鹿
予麋鹿 2020-12-28 17:36

How can I check whether a character is a Unicode character or not with PHP?

6条回答
  •  爱一瞬间的悲伤
    2020-12-28 18:16

    Thanks guys .. Finally i got the answer i was looking for .

    Got an include file from http://hsivonen.iki.fi/php-utf8/.

    The following code solved my problem:

    
    

提交回复
热议问题