downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SoapClient::__getLastResponse> <SoapClient::__getLastRequest
[edit] Last updated: Fri, 30 Nov 2012

view this page in

SoapClient::__getLastRequestHeaders

(PHP 5 >= 5.0.1)

SoapClient::__getLastRequestHeadersReturns the SOAP headers from the last request

Opis

public string SoapClient::__getLastRequestHeaders ( void )

Returns the SOAP headers from the last request.

Informacja:

This function only works if the SoapClient object was created with the trace option set to TRUE.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The last SOAP request headers.

Przykłady

Przykład #1 SoapClient::__getLastRequest() example

<?php
$client 
SoapClient("some.wsdl", array('trace' => 1));
$result $client->SomeFunction();
echo 
"REQUEST HEADERS:\n" $client->__getLastRequestHeaders() . "\n";
?>

Zobacz też:



add a note add a note User Contributed Notes SoapClient::__getLastRequestHeaders - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites