>>18
PHP's standard library is a mess, and the language is limited, but at least it's not a closed piece of shit from Microsoft. Also, you end up using just a small, relatively consistent subset of the standard library for 90% of the time. Don't do any string manipulation with PHP functions, use preg_match and preg_replace, which are powerful, consistent, easy to remember, easy to port to other languages, and faster.