SOAP Funkcje
PHP Manual

SoapClient->__getTypes

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

SoapClient->__getTypes Returns list of SOAP types

Opis

SoapClient
array __getTypes ( void )

This function works only in WSDL mode.

Zwracane wartości

The list of SOAP types.

Przykłady

Example #1 SoapClient->__getTypes() example

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

Patrz także


SOAP Funkcje
PHP Manual