« SoapFault::__toString
SoapHeader::__construct »
PHP Manual
SOAP
Класс SoapHeader
Класс 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
;
/* Методы */
public
__construct
(
string
$namespace
,
string
$name
,
mixed
$data
= ?
,
bool
$mustunderstand
= ?
,
string
$actor
= ?
)
}
Свойства
actor
data
mustUnderstand
name
namespace
Содержание
SoapHeader::__construct
— Конструктор SoapHeader