PHP Examining variable types in PHP November 12th, 20240735 In PHP, there are a range of built-in functions which you can call to check variable types. They return a Boolean value - true if the variable is of that type and false if it is not.