The SoapHeader class

The SoapHeader class

(PHP 5, PHP 7, PHP 8)

簡介

Represents a SOAP header.

類摘要

class SoapHeader {
/* 屬性 */
public string $namespace;
public string $name;
public mixed $data = null;
public bool $mustUnderstand;
public string|int|null $actor;
/* 方法 */
__construct(
    string $namespace,
    string $name,
    mixed $data = ?,
    bool $mustunderstand = ?,
    string $actor = ?
)
}

屬性

actor

data

mustUnderstand

name

namespace

目錄

發佈留言

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