Instructions
Drop PHPQuickReference into ~/Library/Widgets (that's the Library folder located in your home folder, preferred) or /Library/Widgets.
Activate Dashboard, drag the widget to your screen and enjoy!
Hints
PHPQuickReference is smart enough to save you a lot of time figuring out
the names of functions. If you type my, the widget will suggest
mysql. If you follow typing mysql_co the
widget will suggest mysql_connect.
If you typed a string that is a valid function name, you'll see it in green.
Thus you know that you can safely hit ENTER to fetch the reference. If you see the string in red,
you'll know at a glance that there's no PHP function with that prefix, so you'd better delete and try again.
Autocompletion
Hit TAB to cycle through all matching function names for a given prefix.
For example, if you digit array_s and then hit TAB you'll
get in the order array_sum, array_search,
array_shift, array_slice, array_splice.