Ajax
Ajax Examples
Ajax Tutorials
Scripts and Programs
Javascript
Javascript Examples Tutorials
DHTML Tutorials
Javascript References
Scripts and Programs
HTML
HTML Tutorials
HTML References
HTML DOM 0 References
HTML DOM 2 References
CSS
CSS Tutorials
CSS References
PHP
PHP Source Code
PHP References
Scripts and Programs
C#
C# Source Code
C# Examples
Bookmark this on Delicious
Share on Facebook
Slashdot It!
Digg
PHP
:
Function Reference
:
SOAP Functions
: SoapClient->__getFunctions()
SoapClient->__getFunctions()
Returns list of SOAP functions
(
)
Example 2273. SoapClient->__getFunctions() example
copy to clipboard
<?php
$client
= new
SoapClient
(
'some.wsdl'
);
var_dump
(
$client
->
__getFunctions
());
?>
<< SoapClient->__doRequest()
PHP
:
Function Reference
:
SOAP Functions
: SoapClient->__getFunctions()
SoapClient->__getLastRequest() >>
Related Examples ( Source code ) » soap_soapclient_getfunctions
Examples ( Source code ) »
Trace soap message
Examples ( Source code ) »
Get SOAP response
Examples ( Source code ) »
Get function prototype from wsdl
Examples ( Source code ) »
Search the Web using Google API
Examples ( Source code ) »
Query the Google API using SOAP and PHP.
Change Language
is_soap_fault
SoapClient->__call()
SoapClient->__construct()
SoapClient->__doRequest()
SoapClient->__getFunctions()
SoapClient->__getLastRequest()
SoapClient->__getLastRequestHeaders()
SoapClient->__getLastResponse()
SoapClient->__getLastResponseHeaders()
SoapClient->__getTypes()
SoapClient->__setCookie()
SoapClient->__soapCall()
SoapFault->__construct()
SoapHeader->__construct()
SoapParam->__construct()
SoapServer->addFunction()
SoapServer->__construct()
SoapServer->fault()
SoapServer->getFunctions()
SoapServer->handle()
SoapServer->setClass()
SoapServer->setPersistence()
SoapVar->__construct()
use_soap_error_handler