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, 13 Nov 2009

view this page in

SoapClient::__getTypes

(PHP 5 >= 5.0.1)

SoapClient::__getTypesReturns a list of SOAP types

Descrição

public array SoapClient::__getTypes ( void )

Returns an array of types described in the WSDL for the Web service.

Nota: Esta função funciona apenas no modo WSDL.

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

An array of SOAP types.

Exemplos

Exemplo #1 SoapClient::__getTypes() example

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

Veja Também



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