php-number

There are three main numeric types in PHP: Integer, Float, Number Strings

In addition, PHP has two more data types used for numbers:Infinity, NaN

int(5)
float(5.34)
string(2) "25"