Course lesson

PHP data type assignments

PHP is a "loosely-typed" language, so it automatically assigns data types at the time of creation. In this lesson, we'll also touch base on how to determine which type of variable PHP assigns.

Duration
3 min
Access
Included
Transcript
Retained from source evidence

PHP is a "loosely-typed" language, so it automatically assigns data types at the time of creation. In this lesson, we'll also touch base on how to determine which type of variable PHP assigns.