dev-master
9999999-devdescription_text
MIT
The Development Requires
by Sergey Bukharov
v0.1.1
0.1.1.0description_text
MIT
The Development Requires
by Sergey Bukharov
v0.1
0.1.0.0description_text
MIT
The Development Requires
by Sergey Bukharov
Wallogit.com
2017 © Pedro Peláez
description_text
Позволяет хранить элементы с приоритетом, как 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;
}
description_text
MIT
description_text
MIT
description_text
MIT