Data types in PHP (Array)
In this tutorial we will learn about Array data type in PHP, before that you can see all the data types in PHP given below: String Integer Float Boolean Array Object Null In PHP we have a special data type where we can assign number of values in single variable using array. For example: $a … Read more