SoapVar クラス

(PHP 5, PHP 7, PHP 8)

はじめに

SOAP サービスが使用する変数やオブジェクトをあらわします。

クラス概要

class SoapVar {
/* プロパティ */
public int $enc_type;
public mixed $enc_value = null;
public ?string $enc_stype = null;
public ?string $enc_ns = null;
public ?string $enc_name = null;
public ?string $enc_namens = null;
/* メソッド */
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

目次