 |
|
Innovation award
 Nominee: 2x |
This class can be used to keep track of references to variable values.
It can manage a collection of references to variables by adding and removing them to a list of reference values.
The class can also check if a reference value already belongs to the collection.
|
|
| Name: |
Reference Collection |
| Base name: |
reference-collection |
| Description: |
Keep track of references to variable values |
| Version: |
- |
| PHP version: |
5.2 |
| License: |
MIT/X Consortium License |
| All time users: |
292 users |
| All time rank: |
6141 |
| Week users: |
0 users |
| Week rank: |
2092  |
| |
|
 December 2009
Number 7
Prize: One copy of VS.PHP |
References are a sort of pointers that point to the value of a variable. They can be treated as variables but changing their values just changes the original variable they point to.
This class provides a solution to manipulate collections of references to variables.
It can be useful if you want to manipulate the values of variables without duplicating the memory space that would take if you used copies of the original values instead of references.
Manuel Lemos |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|