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.
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
Post a Comment