Overflowing an integer number in PHP

In a case when an integer number goes beyond the upper or lower limit, it will be transferred to a floating number. Floating number has a higher limit than an integer number.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator