PHP 8.3.4 Released!

SoapHeader::__construct

(PHP 5, PHP 7, PHP 8)

SoapHeader::__constructConstructor de SoapHeader

Descripción

SoapHeader::__construct(
    string $namespace,
    string $name,
    mixed $data = ?,
    bool $mustunderstand = ?,
    string $actor = ?
)

Esta función es un alias de: SoapHeader::SoapHeader()

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top