The SoapVar class

(PHP 5, PHP 7, PHP 8)

简介

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

类摘要

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

目录