Granted we have code hinting and autocomplete in our IDEs but sometimes you just need to jump over to the PHP site to reference some function. To save some time I came up with the following bookmark that I keep in my bookmarks bar which I have labeled ¿php? (with the upside-down question mark):
javascript:q=prompt(‘PHP%20Reference:’,”);if(q)location.href=’http://www.php.net/manual-lookup.php?lang=en&function=’+escape(q)
It’s straight-up simple. Add it, click it, enter your function (mktime, for example) and you’re whisked away to the PHP web site to the mktime page.