Learning PHP – Step 3 Basics
What about types? If you know python, ruby or the “var x = 0;” construction from C# you know how PHP works. It converts the variable for the type defined by the value initialized. For instance: $count = 0; will be an “integer”.
Want to have your say? just login


Be first to show your opinion !!!