php / 8.1.5 / class.soapvar.html /

The SoapVar class

Introduction

(PHP 5, PHP 7, PHP 8)

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

Class synopsis

class SoapVar {
/* Properties */
public int $enc_type;
public mixed $enc_value = null;
public ? string $enc_stype = null;
public ? string $enc_ns = null;
public ? string $enc_name = null;
public ? string $enc_namens = null;
/* Methods */
public __construct(
mixed $data,
?int $encoding,
?string $typeName = null,
?string $typeNamespace = null,
?string $nodeName = null,
?string $nodeNamespace = null
)
}

Properties

enc_name
enc_namens
enc_ns
enc_type
enc_stype
enc_value

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.soapvar.php