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 $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
-
目录
There are no user contributed notes for this page.