SoapClient->__getTypes()

SoapClient->__getTypes() --  Returns list of SOAP types

Opis

class SoapClient {

array __getTypes ( void )

}

This function works only in WSDL mode.

Zwracane wartości

The list of SOAP types.

Przykłady

Przykład 1. SoapClient->__getTypes() example

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

Patrz także

SoapClient->__construct()

Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:54