Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php wordpress插件问题-simplexml\u加载\u文件_Php_Wordpress - Fatal编程技术网

Php wordpress插件问题-simplexml\u加载\u文件

Php wordpress插件问题-simplexml\u加载\u文件,php,wordpress,Php,Wordpress,当我在wordpress插件文件中写下这条语句时,它给了我这个错误。有人能告诉我可能的原因吗 无法打开流:HTTP请求失败!HTTP/1.0 400错误请求您需要使用simplexml\u load\u文件(rawurlencode('shttp://example.com/?a='.urlencode('b&c'))除非您使用的是PHP5.1.0+否则您会在URL周围缺少引号,尽管这会导致不同的(语法)错误 simplexml_load_file(http://www.google.com/

当我在wordpress插件文件中写下这条语句时,它给了我这个错误。有人能告诉我可能的原因吗


无法打开流:HTTP请求失败!HTTP/1.0 400错误请求

您需要使用
simplexml\u load\u文件(rawurlencode('shttp://example.com/?a='.urlencode('b&c'))
除非您使用的是PHP5.1.0+

否则您会在URL周围缺少引号,尽管这会导致不同的(语法)错误
 simplexml_load_file(http://www.google.com/ig/api?weather=New%20york)