Computer Science, asked by mtsrexlen, 7 months ago

Discuss in detail about PHP data types​

Answers

Answered by shobhityadav2108
1

Answer:

PHP Integer

An integer data type is a non-decimal number between -2,147,483,648 and 2,147,483,647. ... An integer must not have a decimal point. An integer can be either positive or negative.

Answered by vikashrai122
0

Answer:

PHP Integer

Explanation:

An integer data type is a non-decimal number between -2,147,483,648 and 2,147,483,647. ... An integer must not have a decimal point. An integer can be either positive or negative. Integers can be specified in: decimal (base 10), hexadecimal (base 16), octal (base 8), or binary (base 2) notation.

Similar questions