Forum : What are Data Types in PHP
Brief description  about Online courses   join in Online courses
View Abhijit  Paul 's Profile

What are Data Types in PHP

Data types in php..
Asked by Abhijit Paul | Mar 17, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Abhijit,

A data type refers to the type of data a variable can store. PHP has eight (8) different data types you can work with. These are:
integer numbers
floating point numbers
strings
booleans
arrays
objects
resouces
nul
Mar 17, 2010