Php/docs/class.ds-pair

提供:Dev Guides
< Php
移動先:案内検索

(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 ]] )

public clear ( ) : void

public copy ( ) : Ds\Pair

public isEmpty ( ) : bool

public toArray ( ) : array

}

目次