PHP Velho Oeste 2024

The Pair class

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

Introducere

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

Sinopsisul clasei

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

Cuprins

add a note add a note

User Contributed Notes

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