rcrowe\Hippy Queue::add in PHP: 2 esempi trovati. Questi sono i migliori esempi reali in PHP per rcrowe\Hippy\Queue::add, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
The benefit of using the add function over using the queue as an
array is that you are given back an index of the new item in the queue.
This index allows you to remove it at a later stage if you choose.