PHP is loosely typed, meaning:

  • Data types are strictly enforced
  • Data types are dynamically determined
  • Data types are not used in PHP
  • Data types are implicitly cast
PHP is loosely typed, meaning that data types are dynamically determined by the context in which they are used. Variables can change their data type as needed.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *