The SoapVar class
(PHP 5, PHP 7, PHP 8)
簡介
A class representing a variable or object for use with SOAP services.
類摘要
class SoapVar
{
/* 屬性 */
/* 方法 */
public __construct(
mixed
?int
?string
?string
?string
?string
)
}mixed
$data
,?int
$encoding
,?string
$typeName
= null
,?string
$typeNamespace
= null
,?string
$nodeName
= null
,?string
$nodeNamespace
= null
)
屬性
- enc_name
-
- enc_namens
-
- enc_ns
-
- enc_type
-
- enc_stype
-
- enc_value
-
目錄
- SoapVar::__construct — SoapVar constructor