Ds\Pair::__construct

(PECL ds >= 1.0.0)

Ds\Pair::__constructCria uma nova instância

Descrição

public Ds\Pair::__construct(mixed $key = ?, mixed $value = ?)

Cria uma nova instância usando uma dada chave key e valor value.

Parâmetros

key

A chave.

value

O valor.

add a note add a note

User Contributed Notes

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