The SoapParam class

(PHP 5, PHP 7, PHP 8)

Introduction

Represents parameter to a SOAP call.

Class synopsis

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

Properties

param_data

param_name

Table of Contents