PHP variables are weekly typed, which means that:
Select one:
- a. you can’t store data in them for a long time
- b. you do not have to define their type before you initialize them
- c. strongly typed languages like Java are better
- d. strongly typed languages do not require variable definitions
The correct answer is: you do not have to define their type before you initialize them