SoapClient->__getTypes()
(PHP 5 >= 5.0.1)
SoapClient->__getTypes() — Returns list of SOAP types
Descrizione
SoapClient
array
__getTypes
( void
)
This function works only in WSDL mode.
Valori restituiti
The list of SOAP types.
Esempi
Example #1 SoapClient->__getTypes() example
<?php
$client = new SoapClient("some.wsdl");
var_dump($client->__getTypes());
?>
SoapClient->__getTypes()
There are no user contributed notes for this page.
