You are here

function soap_parser::getHeaders in Salesforce Suite 5.2

Same name in this branch
  1. 5.2 includes/nusoap.php \soap_parser::getHeaders()
  2. 5.2 includes/nusoap.orig.php \soap_parser::getHeaders()
Same name and namespace in other branches
  1. 5 includes/nusoap.php \soap_parser::getHeaders()
  2. 5 includes/nusoap.orig.php \soap_parser::getHeaders()

* get the parsed headers * *

Return value

string XML or empty if no headers * @access public

File

includes/nusoap.php, line 6254

Class

soap_parser
soap_parser class parses SOAP XML messages into native PHP values

Code

function getHeaders() {
  return $this->responseHeaders;
}