在线时间:8:00-16:00
132-9538-2358
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
最近遇到要要判断一个字符串是不是xml格式,网上找到一段代码,试了一下,完全可行 /** * 解析XML格式的字符串 * * @param string $str * @return 解析正确就返回解析结果,否则返回false,说明字符串不是XML格式 */ function xml_parser($str){ $xml_parser = xml_parser_create(); if(!xml_parse($xml_parser,$str,true)){ xml_parser_free($xml_parser); return false; }else { return (json_decode(json_encode(simplexml_load_string($str)),true)); } }
评论
2022-08-17
2022-11-06
2022-07-29
2022-08-18
2022-07-30
An issue was discovered in Bentley MicroStation before 10.17.0.x and Bentley Vie
oerpub/mathconverter: Converts from AsciiMath, LaTeX, MathML to LaTeX, MathML
krishnaik06/Machine-Learning-in-90-days
armancodv/building-energy-model-matlab: It is a small software which is develope
在美元的英文“dollar”里面明明没有字母“s”,为什么美元的符号($)是一条竖线穿过字
FGRibreau/import-tweets-to-mastodon: How to import tweets to mastodon (e.g. http
tboronczyk/localization-middleware: PSR-15 middleware to assist primarily with l
blundell/release-android-library: Remote script to create a maven compatible rel
长沙城南,有一所以“环保”为名的学校,从1979年创立以来,四易归属、五更其名。 这
heinrichreimer/material-intro: A simple material design app intro with cool anim
请发表评论