SoapHeader クラス

(PHP 5, PHP 7, PHP 8)

はじめに

SOAP ヘッダをあらわします。

クラス概要

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

目次

関連キーワード:  SoapHeader, クラス, string, public, construct, namespace, data, actor, mustUnderstand, SoapFault