SoapClient::__getFunctions
SOAP 関数の一覧を返す
&reftitle.description;
public arraynullSoapClient::__getFunctions
ウェブサービスの WSDL に記述されている関数の配列を返します。
&soap.wsdl.mode.only;
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
SOAP 関数のプロトタイプ、戻り値の型、関数名、引数の型情報を含めた配列を返します。
&reftitle.examples;
SoapClient::__getFunctions の例
__getFunctions());
?>
]]>
&example.outputs;
string(70) "ProductInfo KeywordSearchRequest(KeywordRequest $KeywordSearchRequest)"
[1]=>
string(79) "ProductInfo TextStreamSearchRequest(TextStreamRequest $TextStreamSearchRequest)"
[2]=>
string(64) "ProductInfo PowerSearchRequest(PowerRequest $PowerSearchRequest)"
...
[23]=>
string(107) "ShoppingCart RemoveShoppingCartItemsRequest(RemoveShoppingCartItemsRequest $RemoveShoppingCartItemsRequest)"
[24]=>
string(107) "ShoppingCart ModifyShoppingCartItemsRequest(ModifyShoppingCartItemsRequest $ModifyShoppingCartItemsRequest)"
[25]=>
string(118) "GetTransactionDetailsResponse GetTransactionDetailsRequest(GetTransactionDetailsRequest $GetTransactionDetailsRequest)"
}
]]>
&reftitle.seealso;
SoapClient::__construct