W3cubDocs

/PHP

The Pair class

Introduction

(PECL ds >= 1.0.0)

A pair is used by Ds\Map to pair keys with values.

Class synopsis

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

Table of Contents

© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.ds-pair.php