I've been a PHP developer for 10 years now, and I have to disagree; the php website does not suck. It is one of the easiest websites to find information on.
Just type:
php.net/<search term here>
And it will probably find what you're looking for. If you entered a class name, function name, global constant or even a php.ini setting, it will take you directly to the manual page for it.
For example:
php.net/datetime
php.net/string
php.net/strftime
In addition to this, the user notes at the bottom of each page can prove invaluable.
I've been a PHP developer for 10 years now, and I have to disagree; the php website does not suck. It is one of the easiest websites to find information on.
Just type:
And it will probably find what you're looking for. If you entered a class name, function name, global constant or even a php.ini setting, it will take you directly to the manual page for it.
For example:
In addition to this, the user notes at the bottom of each page can prove invaluable.