Skip to main content

One doc tagged with "type juggling"

View All Tags

PHP - Type Juggling

PHP is known as a dynamically typed language. The type of a variable in PHP changes dynamically based on the value assigned to it. This feature is called "type juggling" in PHP.