In this chapter, you will learn how PHP deals with data and data types and how variables are used to store data in PHP, from simple strings and numbers to more complicated arrays and objects.
Alphanumeric: Where characters are classified as strings
Whole numbers: Which are classified integers
Floating points: Which are numbers with decimal points
Boolean: Which can be true or false