Data Structures
PHP Manual

The Pair class

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

Einführung

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

Klassenbeschreibung

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

Inhaltsverzeichnis


Data Structures
PHP Manual