首頁  >  文章  >  後端開發  >  PHP调用WebService接口,谁给看下这段代码是什么意思呢?

PHP调用WebService接口,谁给看下这段代码是什么意思呢?

WBOY
WBOY原創
2016-06-23 14:12:04665瀏覽

$document=$proxy->document;echo <<<SoapDocument<?xml version=”1.0″ encoding=”GB2312″?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle=”http://schemas.xmlsoap.org/soap/encoding/” xmlns:SOAP-ENV=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:SOAP-ENC=”http://schemas.xmlsoap.org/soap/encoding/” xmlns:si=”http://soapinterop.org/xsd“><SOAP-ENV:Body>$document</SOAP-ENV:Body></SOAP-ENV:Envelope>SoapDocument;

顺便问一下在PHP中出现下面这种形式?会冲突吗?该怎么解决?
<?php<??>?>


回复讨论(解决方案)

把被 SoapDocument 括起的内容作为一个字符串输出

在启用了短标记的情况下

 
?>
?>
将产生语法错误!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
上一篇:类继承问题下一篇:PHP的PDO的问题