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.
read more >>