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