PHP Classes

Constant Array 2: Enhanced declaration of array values as constants

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 191 All time: 8,557 This week: 1,070Up
Version License PHP version Categories
array-constant 2.0.5GNU General Publi...5.0PHP 5, Data types
Description 

Author

This class can be used for declaration of array values as constants.

This class was inspired by a similarly named ("Constant Array") class written by Sourav Ray.

This class has at this point been refactored and augmented to the degree that little of the inspiring class remains beyond the concept.

This class provides the following features and enhancements as compared to Sourav Ray's original code:

- Returns booleans for non-associative array values when given (optional)
- Returns values for associative array keys when given (optional)
- Code added to validate individual keys and to retrieve values by individual keys
- Eliminates use of eval() for security and speed
- Fixes Exception handling
- Code has been reformatted

** See the class phpDoc Block for further details!

Picture of Ville Walveranta
Name: Ville Walveranta <contact>
Classes: 1 package by
Country: United States United States
Age: 54
All time rank: 4155531 in United States United States
Week rank: 312 Up38 in United States United States Up

  Files folder image Files  
File Role Description
Plain text file ArrConst.class.php Class ArrConst class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:191
This week:0
All time:8,557
This week:1,070Up
User Comments (1)
There are some problems with your code.
13 years ago (Artur Graniszewski)
32%StarStar