The SoapHeader class

(PHP 5, PHP 7, PHP 8)

Introduzione

Represents a SOAP header.

Sommario della classe

class SoapHeader {
/* Proprietà */
public string $name;
public mixed $data = null;
/* Metodi */
public __construct(
    string $namespace,
    string $name,
    mixed $data = ?,
    bool $mustunderstand = ?,
    string $actor = ?
)
}

Proprietà

actor

data

mustUnderstand

name

namespace

Indice dei contenuti