Articles tagged with: PHP

Arrays in PHP, or to be precise, Collections in PHP

Summary: Explains the difference between traditional arrays and key-value collections in PHP, and how to properly handle them using foreach loops and the ArrayIterator class.


Zero-cost PHP debugging and testing environment

Summary: A guide to setting up a zero-cost PHP debugging and testing environment using free tools.


The problem of untyped languages: PHP empty() function

Summary: The problem of untyped languages like PHP, exemplified by the empty() function, which can lead to unexpected results.


Programming languages are tools

Summary: My decision to switch from .NET to PHP for a new job.


Learning PHP + a small WIP PHP5 Manual

Summary: Exploring PHP.