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: Fri, 11 Apr 2008

view this page in

SoapClient->__getFunctions()

(PHP 5 >= 5.0.1)

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

Description

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 
= new SoapClient("some.wsdl");
var_dump($client->__getFunctions());
?>



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: Fri, 11 Apr 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites