SoapClient->__call()

(PHP 5 >= 5.0.1)

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

Description

class 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.