Data Structures
PHP Manual

The Pair class

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

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

クラス概要

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

目次


Data Structures
PHP Manual