Data Types in PHP

Data types in PHP

Explanation

A data type is defined as a set of values and the allowable operations on those values. Almost all programming languages explicitly include the notion of data type, though different languages may use different terminology.
Common data types in programming languages include those that represent integers, floating point numbers, and characters, and a language may support many more.
In PHP the data type of a variable is not set by the programmer. PHP decides the data type of variables after interpreting the web page. Basic datatype included in php are Variables are nothing but identifiers to the memory location to store data.
Data Types in PHP include:

PHP Topics


Ask Questions

Ask Question