Source Code : PHP 5 Data Types

PHP Is Open Source Programming Language You Can Download and use It, You required xampp server and wamp server . You download From xampp server from https://www.apachefriends.org/download.html. Click Here to download
We provide this code related to title for you to solve your developing problem easily. Libraries which is import in this program you can download from http://php.net/. Click Here or search from google with Libraries Name you get jar file related it and also http://php.net/ is a official site

PHP 5 Data Types

 
Data Type           Description

Boolean             Stores either a true or false value

Integer             Stores a numeric value that is a whole number

Double              Stores a numeric value that can contain a number of decimal places (commonly called a float)

String              Stores a chain of characters

Array               Stores an indexed container of values

Object              Stores an instance of a defined class

Resource            Holds a reference to an external source

NULL                Represents a variable that has no value
  
  

Thank with us