More Fun with PHP Strings
Posted: February 27, 2009
PHP is a pretty good language to work with text. Some programming languages have separate types for single characters (chars) and strings. With PHP it’s pretty much all the same. Some languages (I’m looking at you C!) don’t allow strings at all, and only have characters. So, with as much as PHP keeps out of your way, strings aren’t that bad. Read the rest of this entry »
