- No categories
- All
A Complete Guide to PHP Data Types: Numbers, Booleans, Strings, & More
We (here at WPShout) are thinking hard about making a complete paid course that gets anyone interested in WordPress development totally up to speed on PHP. And so far on the site, we’ve covered to the most important PHP data types, objects and arrays.But I realized, while considering this course idea, that we’ve never really covered the more simple or “primitive” “scalar” data types the language has. Nor have we really talked in much detail about what PHP data types are.A lot of programmers (myself included) find it easy to take these things for granted. But if you’re completely new to this, things that other people find obvious will trip you up from time to time, and you’ll find it hard to ask a presumptuous person about the details. So to be less presumptuous, we’ll spend this text covering PHP’s data types in-depth.What are PHP Data Types Anyway?Generically the term “types” is used when talking about PHP or … [Read more...] about A Complete Guide to PHP Data Types: Numbers, Booleans, Strings, & More
Learn More