Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
SoapClient->__getTypes()

SoapClient->__getTypes()

(no version information, might be only in CVS)

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

Description

class SoapClient {

array __getTypes ( void )

}

This function works only in WSDL mode.

Return Values

The list of SOAP types.

Examples

Example 1. SoapClient->__getTypes() example

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

See Also

SoapClient->__construct()