The SoapVar class

The SoapVar class

(PHP 5, PHP 7, PHP 8)

簡介

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

類摘要

class SoapVar {
/* 屬性 */
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;
/* 方法 */
public __construct(
    mixed $data,
    ?int $encoding,
    ?string $typeName = null,
    ?string $typeNamespace = null,
    ?string $nodeName = null,
    ?string $nodeNamespace = null
)
}

屬性

enc_name

enc_namens

enc_ns

enc_type

enc_stype

enc_value

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *