PHP 8.3.4 Released!

The Pair class

(PECL ds >= 1.0.0)

Einführung

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

Klassenbeschreibung

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

Inhaltsverzeichnis

add a note

User Contributed Notes

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