在线文档教程
PHP
数据结构 | Data Structures

Pair (class)

Pair类

介绍

(没有可用的版本信息,可能只在Git中)

一对用于通过Ds的\地图配对键与值。

类简介

Ds\Pair implements JsonSerializable {

/* 方法 */

public __construct ([ mixed $key [, mixed $value ]] )

}

目录

  • Ds \ Pair :: clear - 删除所有值。

  • Ds \ Pair :: __ construct - 创建一个新实例。

  • Ds \ Pair :: copy - 返回该对的浅表副本。

  • Ds \ Pair :: isEmpty - 返回该对是否为空

  • Ds \ Pair :: jsonSerialize - 返回可以转换为JSON的表示。

  • Ds \ Pair :: toArray - 将该对转换为数组。

← Ds\Map::xor

Ds\Pair::clear →