Introduction
PHP Manual
PHP Manual»SOAP»SoapParam

The SoapParam class

(PHP 5, PHP 7, PHP 8)

Represents parameter to a SOAP call.

class SoapParam {
/* Properties */
/* Methods */
public function __construct(mixed $data, string $name)
}
param_data

param_name

Table of Contents

To Top