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

SoapClient->__getFunctions()

(no version information, might be only in CVS)

SoapClient->__getFunctions() --  Returns list of SOAP functions

说明

class SoapClient {

array __getFunctions ( void )

}

Returns the list of SOAP functions.

注: This function works only in WSDL mode.

返回值

The list of SOAP functions.

例子 1. SoapClient->__getFunctions() example

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




<SoapClient->__doRequest()SoapClient->__getLastRequest()>
 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