Using gmdate()
Recently at work I came across an odd bug involving gmdate(). A client wanted us to post some...
Forking PHP
Interesting code used to fork long running processes in php. The first script, prefork.php, is for forking a given function from a given...
obfuscate()
Today, as I was slogging through a huge morass of uncommented, undocumented report producing code I found my new favorite function:...