This function works only in WSDL mode.
The list of SOAP types.
Пример 1. SoapClient->__getTypes() example
<?php $client = new SoapClient ( "some.wsdl" ); var_dump ( $client -> __getTypes ()); ?>