Built-in datatypes in PHP:

Integer – whole numbers

String – alphanumeric text

Float – decimal point numbers(also called double)

Boolean – represents logical values(TRUE or FALSE)

Array – collection of elements having same datatype

Object – stores data and information on how to process that data

NULL – no value

Resource – stores a reference to functions and resources external to PHP