Is there any PHP constant equivalent to Objective C's DBL_MAX? In other words a constant defined with the highest possible double number?
DBL_MAX
I'm aware of the PHP constant PHP_INT_MAX, but is this really the highest possible number in PHP?
PHP_INT_MAX