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

search for in the

SoapClient->__setCookie> <SoapClient->__getLastResponseHeaders
Last updated: Fri, 26 Dec 2008

view this page in

SoapClient->__getTypes

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

SoapClient->__getTypes Returns list of SOAP types

Descripción

SoapClient
array __getTypes ( void )

This function works only in WSDL mode.

Valores retornados

The list of SOAP types.

Ejemplos

Example #1 SoapClient->__getTypes() example

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

Ver tambiƩn



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

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