PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<SoapClient->__getLastResponseHeaders()SoapClient->__setCookie()>
Last updated: Mon, 16 Jul 2012

SoapClient->__getTypes()

(no version information, might be only in CVS)

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

说明

class SoapClient {

array __getTypes ( void )

}

This function works only in WSDL mode.

返回值

The list of SOAP types.

例子 1. SoapClient->__getTypes() example

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




<SoapClient->__getLastResponseHeaders()SoapClient->__setCookie()>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST