Login   Register  
PHP Classes

Class: Reference Collection

Icontem
elePHPant

  Classes of Bao Nguyen Quoc  >  Reference Collection  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Reference Collection Support forum
Base name: reference-collection
Description: Keep track of references to variable values
Version: -
Required PHP version: 5.2
License: MIT/X Consortium License
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Bao Nguyen Quoc
Name: Bao Nguyen Quoc <e-mail contact>
Published packages: 10 Browse this author's classes Browse this author's classes
Country: Viet Nam Viet Nam - PHP jobs in Viet Nam
Home page: http://nqbao.com/

Innovation Award

PHP Programming Innovation award nominee
December 2009
Number 7
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

Groups

Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Data types Modeling and manipulating data types View top rated classes

Detailed description

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.

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file ReferenceCollection.php Class main class
Plain text file test.php Example test script
Download all files: reference-collection.tar.gz reference-collection.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.