SoapClient->__getTypes
(No version information available, might be only in CVS)
SoapClient->__getTypes — SOAP 型の一覧を返す
説明
SoapClient
array
__getTypes
( void
)
Tこの関数は、WSDL モードでのみ動作します。
返り値
SOAP 型の一覧
例
例1 SoapClient->__getTypes() の例
<?php
$client = new SoapClient("some.wsdl");
var_dump($client->__getTypes());
?>
SoapClient->__getTypes
There are no user contributed notes for this page.
