Pinq\Iterators\IOrderedMap::offsetGet PHP Метод

offsetGet() публичный Метод

Returns the value associated with the supplied key or null if it does not exist.
public offsetGet ( mixed $key ) : mixed
$key mixed
Результат mixed
    public function &offsetGet($key);