The Pair class

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

소개

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

클래스 개요

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

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top