Tag Archives: programming

PHP Datatype Validation

So, let’s say that you’re writing a function or some sort of script. and you need to sure you’re only getting a certain datatype as a value. Then you realize that PHP has no actual datatype enforcement like C or … Continue reading

Posted in Geeky Rants, php | Tagged , | Leave a comment