Join our community in the tech forums for uncut technology discussion.
SoapClient->__getTypes()
SoapClient->__getTypes() --
Returns list of SOAP types
Descriptionclass 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()); ?>
|
|
Join our community in the tech forums for uncut technology discussion.
|