1. 9
    PHP data type assignments
    3m 27s

PHP data type assignments

InstructorMark Shust

Share this video with your friends

Send Tweet

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.