Why is it said PHP is loosely typed language 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Labour Organization, Lives in Geneva, Switzerland.
A loosely typed language such as PHP is a language that does not require you to declare a variable type when declaring a variable. ... Languages such as C# and others are strictly typed, meaning that variables MUST declare type at the time the variable is declared, and that type is strictly enforced.
2023-05-05 07:00:20
评论(499)
Helpful(122)
Helpful
Helpful(2)

Zoe Martin
QuesHub.com delivers expert answers and knowledge to you.
A loosely typed language such as PHP is a language that does not require you to declare a variable type when declaring a variable. ... Languages such as C# and others are strictly typed, meaning that variables MUST declare type at the time the variable is declared, and that type is strictly enforced.