The SoapVar class

(PHP 5, PHP 7, PHP 8)

Introduction

A class representing a variable or object for use with SOAP services.

Class synopsis

SoapVar {
/* Methods */
public __construct ( mixed $data , int|null $encoding , string $typeName = "" , string $typeNamespace = "" , string $nodeName = "" , string $nodeNamespace = "" )
}

Table of Contents