What is Data Type and how many types of data type in PHP ?

Data types define the type of data that a variable can hold. PHP provides the following built-in data types: What is String datatype is PHP: A sequence…

Read More