Php/docs/spltype.construct

来自菜鸟教程
跳转至:导航、​搜索

SplType::__construct

(PECL spl_types >= 0.1.0)

SplType::__constructCreates a new value of some type


说明

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

Warning 本函数还未编写文档,仅有参数列表。


参数

initial_value
Type and default value depends on the extension class.
strict
Whether to set the object's strictness.


错误/异常

Throws an UnexpectedValueException if incompatible type is given.