The SoapHeader class
(PHP 5, PHP 7, PHP 8)
簡介
Represents a SOAP header.
類摘要
class SoapHeader
{
/* 屬性 */
/* 方法 */
__construct(
string
string
mixed
bool
string
)
}string
$namespace
,string
$name
,mixed
$data
= ?,bool
$mustunderstand
= ?,string
$actor
= ?)
屬性
- actor
-
- data
-
- mustUnderstand
-
- name
-
- namespace
-
目錄
- SoapHeader::__construct — SoapHeader constructor