PHP Data Types


 

PHP Data Types

In this tutorial you will get to know about the data types supported by PHP, what is data type, types of data type etc. This is the index page of PHP Data type, subsequent pages will make every data type clear.

In this tutorial you will get to know about the data types supported by PHP, what is data type, types of data type etc. This is the index page of PHP Data type, subsequent pages will make every data type clear.

Data Types in PHP:

 In programming language there are two types of data: atomic data and composite data, atomic data are those which can not broken further and composite data are just the opposite and it can be broken further.

Example of atomic data or datatype is like Integer, Float, Double etc. and examples of composite data are like structure, array, class etc.

In the links mentioned below we describe one by one:

 

 

Ads