String concatenation vs. Array joins

I’ve read several websites which claim that string concatenation is outperformed by array joining in PHP. I know from firsthand that this certainly is a fact in ASP. And it’s considered a ‘best practice’ in Javascript and probably several other languages. But PHP has always been a bit different on some parts, so I decided to test this and came to some interesting conclusions.

Function list for PHP

Jens Lorenz’ function list plugin is a very handy tool!

After installation, there are a few things you need to customize…

Notepad++ 5.0

Notepad++ released 5.0 some time ago, and recently a rebuffed version. It’s looking good!

I have some small adjustments for myself and maybe for you.

[ctrl]+[enter] now opens the function suggest by default which was the QuickText Replacer…

Mandelbrot in PHP

After reading up on SkyLined’s post I thought it might be nice to try some in PHP…

Notepad++ & PHP

For my coding I use Notepad++. I really like the personal settings and features of this editor. However, it somewhat lacks in code support…