Класс Pair

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

Введение

Пары используются классом Ds\Map для хранения пар ключ-значение.

Обзор классов

Ds\Pair implements JsonSerializable {
/* Методы */
public __construct(mixed $key = ?, mixed $value = ?)
public clear(): void
public copy(): Ds\Pair
public isEmpty(): bool
public toArray(): array
}

Содержание

add a note add a note

User Contributed Notes

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