Answer the question
In order to leave comments, you need to log in
How to organize a queue with insert element function in PHP?
The essence of the question is as follows: there was a need for an abstract FIFO type with the ability to "wedge" elements into any position. Give me ideas on how to implement it in PHP without using third-party ready-made scripts and extensions. Or tell me well-written scripts from which you can take the implementation.
As for the details, the number of elements that will be stored on the stack is small, no more than a hundred, but a large number of different containers are expected to be processed.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question