Bit of a bizarre question, but does anyone know the actual limit to the length of a webpage, and why it is the limit?
I need to simulate a ∞ in PHP. So that min(∞,$number) is always $number开发者_开发问答.I suppose that, for integers, you could use PHP_INT_MAX , the following code :