繁体   English   中英

PHP从HTML实体获取字符

[英]php get character from html entity

我想检索的字符是字符串,如:

ea.icefield@

用PHP

html_entity_decode()可能是:

echo html_entity_decode('ea.icefield@');

ea.icefield @

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM