downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SoapClient::__setCookie> <SoapClient::__getLastResponseHeaders
Last updated: Fri, 13 Nov 2009

view this page in

SoapClient::__getTypes

(PHP 5 >= 5.0.1)

SoapClient::__getTypesSOAP 型の一覧を返す

説明

public array SoapClient::__getTypes ( void )

ウェブサービスの WSDL で定義されている型の配列を返します。

注意: この関数は WSDL モードでのみ動作します。

パラメータ

この関数にはパラメータはありません。

返り値

SOAP 型の配列を返します。

例1 SoapClient::__getTypes() の例

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

参考



add a note add a note User Contributed Notes
SoapClient::__getTypes
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites