class SoapParam (View source)

Represents parameter to a SOAP call.

Properties

string Since: 8.1
$param_name
mixed Since: 8.1
$param_data

Methods

__construct(mixed $data, string $name)

SoapParam constructor

SoapParam(mixed $data, string $name)

SoapParam constructor

Details

__construct(mixed $data, string $name)

Since: 5.0.1

SoapParam constructor

Parameters

mixed $data

The data to pass or return. This parameter can be passed directly as PHP value, but in this case it will be named as paramN and the SOAP service may not understand it.

string $name

The parameter name.

SoapParam(mixed $data, string $name)

Since: 5.0.1

SoapParam constructor

Parameters

mixed $data

The data to pass or return. This parameter can be passed directly as PHP value, but in this case it will be named as paramN and the SOAP service may not understand it.

string $name

The parameter name.