what do you mean by implict and explicit variable declaration
Answers
Answered by
5
Implicit and Explicit Casting. PHP is a loosely typed language that allows you to declare a variable and its type simply by using it. It also automatically converts values from one type to another whenever required.
Similar questions