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

search for in the

SoapClient->__setCookie()> <SoapClient->__getLastResponseHeaders()
Last updated: Fri, 10 Oct 2008

view this page in

SoapClient->__getTypes()

(No version information available, might be only in CVS)

SoapClient->__getTypes() Retourne une liste des types SOAP

Description

SoapClient
array __getTypes ( void )

Cette fonction est uniquement valable en mode WSDL.

Valeurs de retour

La liste des types SOAP.

Exemples

Exemple #1 Exemple avec SoapClient->__getTypes()

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



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

 
show source | credits | sitemap | contact | advertising | mirror sites