PHP Classes
elePHPant
Icontem

PHP Typification Class: Check the types of parameters passed to a function

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2005-11-09 (10 years ago) RSS 2.0 feedNot enough user ratingsTotal: 578 All time: 5,076 This week: 1,125Up
Version License Categories
typevalidator 1.0GNU Free Document...Language
Description Author

This class can be used to check the types of the parameters passed to a function at run time.

It is meant to help detecting eventual bugs caused by passing function parameters of the wrong type.

It can take the list of function arguments values and verify whether they match a function argument type specification defined by a string.

If the type of one or more arguments does not match the expected type, the class triggers an error by dumping all the information about the class and the line of the function being called.

Innovation Award
PHP Programming Innovation award nominee
November 2005
Number 8
PHP is a loose typed language. This means that it is not required to declare types of variables and function arguments before they are used, like with strong typed languages.

While loose typed languages are more flexible, they have the inconvenient of not allowing to detect bugs caused by mistakes of passing function argument values of the wrong type.

This class provides a solution for verifying the correct type of function arguments at runtime. It can help detecting bugs that otherwise would go unnoticed.

Manuel Lemos
Picture of Dmitry Sheiko
Name: Dmitry Sheiko <contact>
Classes: 9 packages by
Country: Belarus Belarus
Innovation award
Innovation award
Nominee: 5x

Winner: 1x

  Files folder image Files  
File Role Description
Accessible without login Plain text file sample.php Example Example
Plain text file typification.class.php Class Typification Class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:578
This week:0
All time:5,076
This week:1,125Up
User Comments (1)
Excellent
7 years ago (kishore kumar)
70%StarStarStarStar