Taming SplPriorityQueue
Note: This article was originally published at phly, boy, phly
on 17 January 2011.
SplPriorityQueue is a fantastic new feature of PHP 5.3. However, in trying to utilize it in a few projects recently, I've run into some behavior that's (a) non-intuitive, and (b) in some cases at least, undesired. In this post, I'll present my solutions.
Continue reading "Taming SplPriorityQueue"


