Класс 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 ) : void
public copy ( void ) : Ds\Pair
public isEmpty ( void ) : bool
public toArray ( void ) : array
}

Содержание