Categories
Tags → Php Assignment Operator

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 (...
DETAILS
©2003-2008 jCay.com