Ds\Pair::__construct

(PECL ds >= 1.0.0)

Ds\Pair::__construct创建新实例

描述

public Ds\Pair::__construct(mixed $key = ?, mixed $value = ?)

使用给定的 keyvalue 创建一个新实例。

参数

key

键。

value

值。

添加说明

用户贡献的说明

此页面没有用户贡献的说明。
To Top