Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究使用 URL 进行查询的 LinkedIn API。查询结果以 XML 格式返回,我需要将其显示给用户。simplexml_load_file() 调用是否支持从 URL 获取?我尝试使用它,但它挂断了!
除了 simplexml_load_file 之外,还有什么更好的方法来解析从查询返回的 XML?
使用XMLReader,看这里:XMLReader。
XMLReader