php / 8.1.5 / class.soapparam.html /

The SoapParam class

Introduction

(PHP 5, PHP 7, PHP 8)

Represents parameter to a SOAP call.

Class synopsis

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

Properties

param_data
param_name

Table of Contents

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.soapparam.php