2017 © Pedro Peláez
 

library priority-array

description_text

image

dicomresearch/priority-array

description_text

  • Tuesday, July 28, 2015
  • by Bukharovsi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Priority array

Позволяет хранить элементы с приоритетом, как SPLPriorityQueue, и так же, как и Queue возвращать элементы в зависимости от приоритета. Но, в отличии, от SPLPriorityQueue, не удаляет элементы при обращении к ним., (*1)

Как использовать

Установка:, (*2)

php composer.phar require dicomresearch/priority-array

Использование:, (*3)

$array = new PriorityArray();
$array->append($value, $priority);

foreach ($array as $element) {
    echo $element;
}

The Versions

28/07 2015

dev-master

9999999-dev

description_text

  Sources   Download

MIT

The Development Requires

by Sergey Bukharov

28/07 2015

v0.1.1

0.1.1.0

description_text

  Sources   Download

MIT

The Development Requires

by Sergey Bukharov

28/07 2015

v0.1

0.1.0.0

description_text

  Sources   Download

MIT

The Development Requires

by Sergey Bukharov