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

search for in the

SoapClient->__getLastRequest()> <SoapClient->__doRequest()
Last updated: Sat, 24 Mar 2007

view this page in

SoapClient->__getFunctions()

(PHP 5 >= 5.0.1)

SoapClient->__getFunctions() — Returns list of SOAP functions

Popis

class SoapClient {
array __getFunctions ( void )
}

Returns the list of SOAP functions.

Poznámka: This function works only in WSDL mode.

Návratové hodnoty

The list of SOAP functions.

Příklady

Příklad 1958. SoapClient->__getFunctions() example

<?php
$client
= new SoapClient('some.wsdl');
var_dump($client->__getFunctions());
?>

Viz také

SoapClient->__construct()



add a note add a note User Contributed Notes
SoapClient->__getFunctions()
There are no user contributed notes for this page.

SoapClient->__getLastRequest()> <SoapClient->__doRequest()
Last updated: Sat, 24 Mar 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites