PHP 8.3.4 Released!

Класс Pair

(PECL ds >= 1.0.0)

Введение

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

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

class 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

User Contributed Notes

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