SplType::__construct

(PECL spl_types >= 0.1.0)

SplType::__constructCreates a new value of some type

Opis

SplType::__construct ([ mixed $initial_value [, bool $strict ]] )

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

initial_value

Type and default value depends on the extension class.

strict

Whether to set the object's strictness.

Błędy/Wyjątki

Throws an UnexpectedValueException if incompatible type is given.

add a note add a note

User Contributed Notes

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