This class can be used to manage singly linked lists of data values.
It can add elements to the list assigning data values of arbitrary types.
The class can also traverse the list going to the next element after to the current list element.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
linkedlist.php |
Class |
Class file which stores the data and contains the next node in the list |
listtest.php |
Example |
Test file written in PHP and HTML. |