[SOLVED] Get the maximum integer value available?
Posted: Mon Mar 30, 2009 7:52 am
Is there a way to reliably get the highest possible integer value that the system can handle in PHP? Like Java's Integer.MAX_VALUE?
EDIT | Sorry, I should have told myself to lmgtfy. It's PHP_INT_MAX.
EDIT | Sorry, I should have told myself to lmgtfy. It's PHP_INT_MAX.