SoapClient->__getFunctions()

(no version information, might be only in CVS)

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

Beskrivelse

class SoapClient {

array __getFunctions ( void )

}

Returns the list of SOAP functions.

Bemærk: This function works only in WSDL mode.

Returneringsværdier

The list of SOAP functions.

Eksempler

Eksempel 1. SoapClient->__getFunctions() example

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

Se også

SoapClient->__construct()