PHP Japan Conference 2024

Pair 类

(PECL ds >= 1.0.0)

简介

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

类概要

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

目录

添加笔记

用户贡献笔记

此页面没有用户贡献的笔记。
To Top