Php/docs/class.ds-pair

来自菜鸟教程
跳转至:导航、​搜索

(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

}

Table of Contents