Podręcznik PHP
Poprzedni
Następny
SoapClient->__call()
SoapClient->__call() -- Calls a SOAP function (deprecated)
Opis
class
SoapClient
{
mixed
__call
( string function_name [, array arguments [, array options [, array input_headers [, array output_headers]]]] )
}
This method is deprecated. Use
SoapClient->__soapCall()
instead of it.
Poprzedni
Spis treści
Następny
is_soap_fault
Początek rozdziału
SoapClient->__construct()