On Mon, May 2, 2011 at 4:21 PM, Russell N. Nelson - rnnelson < rnnelson@clarkson.edu> wrote:
Maybe there's a better tool to tell you what function is defined in what class in PHP, but I couldn't find one in the time it would take me to write it, so I wrote it.
Depending on what you're trying to do, this may already be built into your editor or IDE. NetBeans for instance, with the standard PHP plugin installed is able to jump to class, function, or symbol definitions via a hotkey (or ctrl+click or right-click+menu on a mention in source).
-- brion