SoapClient->__getFunctions()

(no version information, might be only in CVS)

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

Beschreibung

class SoapClient {

array __getFunctions ( void )

}

Returns the list of SOAP functions.

Anmerkung: This function works only in WSDL mode.

Rückgabewerte

The list of SOAP functions.

Beispiele

Beispiel 1. SoapClient->__getFunctions() example

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

Siehe auch

SoapClient->__construct()

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:57:08