What are PHP Data Types In PHP or in any other Programming language Data Type refers to the type of value a variable holds. For example if we have a variable $x and it holds a numeric value 3. Like this $x = 3;. So here we can say that variable $x holds an integer […]