Where is a good programming language (PHP, C, RoR, etc.) function index/glossary?

  • Thread starter Thread starter darkhat032
  • Start date Start date
D

darkhat032

Guest
A long time ago, I found a web site (all I remember was it was a short URL) that had a bunch of tabs at the top, all different programming languages. Below the tabs was a search bar where you could start typing the name of a standard function included with the language whose tab was selected.

It was essentially a function index (or glossary), where you could look up a function in that language's standard library and read the language documentation's description of the function and instructions for its use and arguments.

There is a program like this for PHP on OS X, PHPfi (PHP Function Index), but I want to find the web site as I no longer have a Mac, and it has glossaries for many languages.

Could anyone point me in the right direction to a web site or application (Windows/*nix) that will allow me to search an index of a language's standard library functions?
 
Back
Top