PHP 8.3.4 Released!

SoapVar::__construct

(PHP 5, PHP 7, PHP 8)

SoapVar::__constructConstructor de SoapVar

Descripción

SoapVar::__construct(
    mixed $data,
    string $encoding,
    string $type_name = ?,
    string $type_namespace = ?,
    string $node_name = ?,
    string $node_namespace = ?
)

Esta función es un alias de: SoapVar::SoapVar()

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top