SoapClient::__getTypes
(PHP 5 >= 5.0.1)
SoapClient::__getTypes — Returns a list of SOAP types
Opis
public array SoapClient::__getTypes
( void
)
Returns an array of types described in the WSDL for the Web service.
Informacja: Ta funkcja działa tylko w trybie WSDL.
Parametry
Ta funkcja nie posiada parametrów.
Zwracane wartości
An array of SOAP types.
Przykłady
Przykład #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.
