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 add a note

User Contributed Notes

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