PHP Variable Handling Functions
On this page, functions are enlisted to handle the variables in PHP. No installation is required as they are part of the core language. Function Description boolval() Returns the boolean value of a variable debug_zval_dump() Dump string representation of an internal zend value to output doubleval() Alias of floatval() empty() Check if variable is empty floatval() …