Pair 类

(PECL ds >= 1.0.0)

介绍

Pair 由 Ds\Map 用于将键与值配对。

类概要

class Ds\Pair implements JsonSerializable {
/* 方法 */
public __construct(mixed $key = ?, mixed $value = ?)
public clear(): void
public copy(): Ds\Pair
public isEmpty(): bool
public toArray(): array
}

目录

添加注释

用户贡献注释

此页面没有用户贡献注释。
To Top