|
AGLEE I entered "read" in the search field, hit Return, and got the documentation for hw_root(). So it seems there is some work to do. I haven't explored the User Notes feature, but it looks like it could be an interesting innovation. Otherwise, I don't see any reason to switch from the excellent PHPfi (search MacUpdate for "php function index"). It is free for non-profit users and cheap for everyone else. PHPfi is snappier than PHPQuickReference, since it doesn't do any HTTP round trips. It displays a live updating list of matching terms, and it supports substring searches instead of requiring you to enter an exact match for the whole term like PHPQuickReference does. Substring searches are very useful when you don't know the exact spelling of something, or for doing a concept-based search (for example, entering something like "ascii" or "sql" to find matching function names). I am not affiliated with the author of PHPfi. (Version 0.6) |