PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<SoapClient->__getTypes()SoapClient->__soapCall()>
Last updated: Mon, 16 Jul 2012

SoapClient->__setCookie()

(no version information, might be only in CVS)

SoapClient->__setCookie() --  Sets the cookie that will be sent with the SOAP request

说明

class SoapClient {

void __setCookie ( string name [, string value] )

}

Defines a cookie to be sent along with the SOAP requests.

注: Calling this method will affect all following calls to SoapClient methods.

参数

name

The name of the cookie.

value

The value of the cookie. If not specified, the cookie will be deleted.

返回值

无返回值。




<SoapClient->__getTypes()SoapClient->__soapCall()>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST