Data Structures
PHP Manual

The Pair class

(No version information available, might only be in Git)

Introduction

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

Synopsis de la classe

Ds\Pair implements JsonSerializable {
/* Méthodes */
public __construct ([ mixed $key [, mixed $value ]] )
}

Sommaire


Data Structures
PHP Manual