Приглашаем посетить
Иванов В.И. (ivanov.lit-info.ru)

SoapClient->__getFunctions()

__doRequest()" HREF="/php/007/function.soap-soapclient-dorequest.html">__getLastRequest()" HREF="/php/007/function.soap-soapclient-getlastrequest.html">

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->__construct()