Implement linked list in php

BERELVIS

New Member
How should I implement a linked list in php? Or is there any implementation builtin into php.I need to do a lot of insert/delete operations, same time I need to preserve order. There is no any SQL or extension.Thanks
 
Back
Top