A very simple implementation of the singly linked list, in PHP.
I wrote this as an example for someone to show that PHP can do stuff link SLL/DLL. Some basics are a bit weird in the implementation, due to how PHP handles referencing of the values, but I think mostly this is ok.