php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.soap-soapclient-setcookie.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Sets the cookie that will be sent with the SOAP request				  				 				 				 SoapClient->__getTypes				 SoapClient->__soapCall				 SOAP Functions				 PHP Manual								 				  SoapClient->__setCookie				  (No version information available, might be only in CVS)SoapClient->__setCookie — 				   Sets the cookie that will be sent with the SOAP request				  								 				 				  Description				  				   SoapClient				   				    void				     __setCookie				     ( string $name				    [, string $value				   ] )								  				  				   Defines a cookie to be sent along with the SOAP requests.				  				  Note: 				   				    Calling this method will affect all following calls to 				    SoapClient methods.				   				  				 								 				  Parameters				  				   								    								     name												     								      				       The name of the cookie.				      				     								    								    								     value												     								      				       The value of the cookie. If not specified, the cookie will be deleted.				      				     								    								   								  				 								 				  Return Values				  				   No value is returned.				  				 												 SoapClient->__getTypes				 SoapClient->__soapCall				 SOAP Functions				 PHP Manual											

相关资源