jingouhuan 2017-01-17 17:11 采纳率: 0%
浏览 1287
已结题

php获取webservice提供的XML解析时错误

图片说明

图片说明

图片说明

图片说明

  • 写回答

2条回答 默认 最新

  • 公子老大 2017-01-18 03:47
    关注

    这个你应该是你的Wamp配置上问题,你看看?
    我这边跑起来是没有问题的。
    <?php
    $url = "https://www.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term=cancer";
    $file_in = simplexml_load_file($url);

    var_dump($file_in);

    /home/ubuntu/workspace/demo.php:4: class SimpleXMLElement#1 (7) { public $Count => string(7) "3421181" public $RetMax => string(2) "20" public $RetStart => string(1) "0" public $IdList => class SimpleXMLElement#2 (1) { public $Id => array(20) { [0] => string(8) "28092924" [1] => string(8) "28092900" [2] => string(8) "28092882" [3] => string(8) "28092855" [4] => string(8) "28092843" [5] => string(8) "28092842" [6] => string(8) "28092839" [7] => string(8) "28092836" [8] => string(8) "28092835" [9] => string(8) "28092826" [10] => string(8) "28092823" [11] => string(8) "28092822" [12] => string(8) "28092816" [13] => string(8) "28092804" [14] => string(8) "28092803" [15] => string(8) "28092802" [16] => string(8) "28092786" [17] => string(8) "28092770" [18] => string(8) "28092746" [19] => string(8) "28092744" } } public $TranslationSet => class SimpleXMLElement#3 (1) { public $Translation => class SimpleXMLElement#5 (2) { public $From => string(6) "cancer" public $To => string(74) ""neoplasms"[MeSH Terms] OR "neoplasms"[All Fields] OR "cancer"[All Fields]" } } public $TranslationStack => class SimpleXMLElement#4 (2) { public $TermSet => array(3) { [0] => class SimpleXMLElement#5 (4) { ... } [1] => class SimpleXMLElement#6 (4) { ... } [2] => class SimpleXMLElement#7 (4) { ... } } public $OP => array(3) { [0] => string(2) "OR" [1] => string(2) "OR" [2] => string(5) "GROUP" } } public $QueryTranslation => string(74) ""neoplasms"[MeSH Terms] OR "neoplasms"[All Fields] OR "cancer"[All Fields]" }

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 matlab有关常微分方程的问题求解决
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算
  • ¥15 java如何提取出pdf里的文字?
  • ¥100 求三轴之间相互配合画圆以及直线的算法
  • ¥100 c语言,请帮蒟蒻写一个题的范例作参考