PHP in Action Rotating Header Image

Posts Tagged ‘Ruby’

Real programming with PHP 5.3 (part 1): array processing

You may have heard of the new features that are scheduled for PHP 5.3, but who knows what they can be used for in real programming? I took the time for some experimental research, and came up with a few examples.
At the PHP UK conference, I saw Sebastian Bergmann’s presentation on lambda functions, closures and [...]