Categories

Updated: 02/03/2008

Type Juggling and Type Casting in PHP

Juggling and casting the variables types in PHP. Different to constants, a variable is automatically declared in PHP when you assign a value to it. Assignment is accomplished with the assignment operator (=). Note that the assignment operator (=) and the equality operator (==) are different in PHP.
©2003-2019 jCay.com