Hacker News new | ask | show | jobs
by Kovah 39 days ago
The PHP website is indeed one of the worst parts of the whole ecosystem. Just look at the landingpage (https://php.net) and compare it with those of other languages. There's not a single piece of PHP code on the page. No "what is PHP", no "why should I use it", and no "that's why PHP is great". It's just a news page showing the latest releases, and a small section for downloading PHP.

And speaking of the website: the docs always have been a pain to use. Even the man pages of most decade old CLI tools have a better documentation. The docs basically only list the functions, explain what they do in cryptic one-sentence descriptions and list the parameters. There are no user-friendly explanations and no curated examples. There's indeed a lot of room for improvements.