The Pair class

The Pair class

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

簡介

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

類摘要

class Ds\Pair implements JsonSerializable {
/* 方法 */
public __construct(mixed $key = ?, mixed $value = ?)
public clear(): void
public copy(): Ds\Pair
public isEmpty(): bool
public toArray(): array
}

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *