(PHP 5, PHP 7, PHP 8)
La classe SoapClient fournit un client pour les protocoles » SOAP 1.1 et » SOAP 1.2. Il peut être utilisé avec ou sans mode WSDL.
$request
, string $location
, string $action
, int $version
, bool $oneWay
= false
) : string|null$name
, array $args
, array|null $options
= null
, SoapHeader|array|null $inputHeaders
= null
, array &$outputHeaders
= null
) : mixed