Bringing back the drupal_goto() functionality · The drupal_goto() function was removed in Drupal 8, and this is all good!In the change record there's an...
I've been messing with the Proxy object lately, and I've created a very simple proxy, that allows for a neverending object chain. It's basically a...
Using the Search API Generic Devel module, for easier creation of new indices · Disclaimer: I'm the developer of the Search API Generic Devel module The...
Making sure the timezone and date format is set accordingly · I tend to forget how to set the Drupal datetime field programmatically, so this post works...
A proof of concept for timing and counting all calls to an object. · The Proxy class is a way of intercepting calls to an object. This post assumes basic...
To make a ping you'll need to know about the PHP Socket functions, ICMP protocol and Computing the Internet Checksum (don't let the RFCs scare you,...