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
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