Browsing articles tagged: Boolean

Permalink to PHP Tip #4: Type Casting

PHP Tip #4: Type Casting

On 03.18.2009 by Paul Robinson | 5 comments

I kinda touched on Type Casting in the second PHP tip about is_numeric(). The basic idea is that you can force a variable’s value to another type. For instance, changing a string to an integer.