SoapClient->__getFunctions()

(no version information, might be only in CVS)

SoapClient->__getFunctions() --  Retourne une liste de fonctions SOAP

Description

class SoapClient {

array __getFunctions ( void )

}

Retourne une liste de fonctions SOAP.

Note : Cette fonction fonctionne uniquement en mode WSDL.

Valeurs de retour

La liste des fonctions SOAP.

Exemples

Exemple 1. Exemple avec SoapClient->__getFunctions()

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

Voir aussi

SoapClient->__construct()

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 18:01:56