PHP: The Library

Do not be confused by those who insist the interpretation that is called PHP make it a language; it IS closer to a library than it is to a programming language. The reason PHP is so fast and so easy to use is because it is mostly a wrapper for C functionality (such as strlen) and the extensive API contains what I would consider library functions and not language features (such as wordwrap). However, PHP IS in the process of transforming itself into a language.

Continue reading

Slow performance with PHP array_diff() – Interesting Fix

The open source community has been good to me. With the LAMP stack becoming a strong force for web development it has created an explosion of opportunities for many people, myself included. Recently, the field has become overcrowded and it has become important to distinguish yourself from others. For a long time I have wanted to contribute to the open source community and thought this would be a great way to distinguish my resume.

Continue reading