Starting this week I’m going to be writing a post about a particular PHP function. Each week a function will be chosen at random from php.net’s Function List and I’ll write about (including but not limited to) basic usage, interest ways to use the function, portability issues and alternatives, and caveats.
I’ve written a script that will grab a function and I’m going to try my best to write about the function it spits out, however there are going to be some exceptions to this. For one, if the function is very straight forward or just plain boring I’m going to grab another function. For instance, no one wants to read a post about the ceil function. It rounds up. End of post.
Continue reading →