Yeah, clear documentation was _the_ reason I used php. In fact, it's the same reason jQuery has become my javascript lib of choice. When documentation is complete and centralized like that, the barrier to entry is vastly lower.
Rdoc tries to be that for ruby projects, but it still feels like a step backwards. Google lessens the pain somewhat, but it's still nice to just hit php.net/manual/en or api.jquery.com and find everything I need.
You can also just hit php.net/whatever_you_are_looking_for
and it will either redirect to the docs for the most likely function or suggest functions with similar names.
Rdoc tries to be that for ruby projects, but it still feels like a step backwards. Google lessens the pain somewhat, but it's still nice to just hit php.net/manual/en or api.jquery.com and find everything I need.