SoapClient::__setCookie

(PHP 5 >= 5.0.4, PHP 7)
The __setCookie purpose
public void SoapClient::__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.

Returns:

No value is returned.

doc_php
2016-02-24 16:14:14
Comments
Leave a Comment

Please login to continue.