« SoapHeader::SoapHeader
SoapParam::__construct »
PHP Manual
SOAP
The SoapParam class
The SoapParam class
(PHP 5, PHP 7)
Introduction
Represents parameter to a SOAP call.
Class synopsis
SoapParam
{
/* Methods */
__construct
(
mixed
$data
,
string
$name
)
SoapParam
(
mixed
$data
,
string
$name
)
}
Table of Contents
SoapParam::__construct
— SoapParam constructor
SoapParam::SoapParam
— SoapParam constructor