Login   Register  
PHP Classes
elePHPant
Icontem

Reference Collection

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Bao Nguyen Quoc
Name: Bao Nguyen Quoc is available for providing paid consulting. Contact Bao Nguyen Quoc .
Packages: 10 Browse all classes by Bao Nguyen Quoc Browse all classes by
Country: Viet Nam Viet Nam - PHP jobs in Viet Nam
Age: 25
All time rank: 301 in Viet Nam Viet Nam
Week rank: 108 Down1 in Viet Nam Viet Nam Equal
Innovation award
Innovation award
Nominee: 2x


  Detailed description   Download .zip .tar.gz  
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.

  Classes of Bao Nguyen Quoc  >  Reference Collection  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
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 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  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


  Innovation Award  
PHP Programming Innovation award nominee
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

  User ratings  
Not yet rated by the users

  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 folder image Files  
File Role Description
Plain text file ReferenceCollection.php Class main class
Accessible without login 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.