Fonctions SOAP
PHP Manual

SoapClient->__call()

(No version information available, might be only in CVS)

SoapClient->__call() Appelle une fonction SOAP (dépréciée)

Description

SoapClient
mixed __call ( string $function_name , array $arguments [, array $options [, array $input_headers [, array $output_headers ]]] )

Cette méthode est dépréciée. Utilisez SoapClient->__soapCall() à la place.


Fonctions SOAP
PHP Manual