Skip to main content

One doc tagged with "integers"

View All Tags

PHP - Integers

In PHP, an integer (int) is a built-in scalar data type representing whole numbers without decimal points. Integers can be represented in decimal (base 10), hexadecimal (base 16), octal (base 8), or binary (base 2) notation.