Quoting 付兴林 <sunnycoolboy85@xxxxxxxxxxx>:
I have an issue about soap. Is the data returned from servier
compressed by gzip, When using soap in php5 to creat web service?
Can we set for compress lever or not compress?
_________________________________________________________________
这里好多好玩的视频,用鼠标点到视频看看,有惊喜!
http://cnweb.search.live.com/video/results.aspx?q=%E5%A5%A5%E8%BF%90%E5%9C%A3%E7%81%AB&mkt=zh-cn&FORM=WLMTWC
For the SOAPClient you can pass some settings in the $options parameter.
$options = array('compression' => SOAP_COMPRESSION_ACCEPT |
SOAP_COMPRESSION_GZIP | 9);
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php