PHP Classes
elePHPant
Icontem

IsSetAnd: Assign value depending on array entry conditions

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2011-02-08 (5 years ago) RSS 2.0 feedNot enough user ratingsTotal: 282 All time: 7,137 This week: 935Up
Version License PHP version Categories
issetand 1.1MIT/X Consortium ...5PHP 5, Language
Description Author

This class can be used to assign value depending on array entry conditions.

It can check the value of an array entry and test one of several possible conditions.

The class returns the entry value if condition is satisfied, otherwise it returns NULL.

Currently it supports test conditions to verify if the array entry is set, is equal or different from another value, is a string with certain types of characters, is an array, compare with numeric values, etc..

Innovation Award
PHP Programming Innovation award nominee
February 2011
Number 6


Prize: One downloadable e-book of choice by O'Reilly
Web applications often need to test the values of associative arrays, like for instance the GET and POST variables.

This class can simplify the testing of such array entries by performing different types of common tests and returning special values when the tested condition are verified.

Manuel Lemos
Picture of Corey Tisdale
Name: Corey Tisdale <contact>
Classes: 4 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Plain text file IsSetAnd.php Class The main class file
Accessible without login Plain text file IsSetAndTest.php Example Test of IsSetAnd class, shows example usage

 Version Control Unique User Downloads Download Rankings  
 0%
Total:282
This week:0
All time:7,137
This week:935Up
User Comments (1)
Your class does not work as expected.
5 years ago (Artur Graniszewski)
32%StarStar