Hacker News new | ask | show | jobs
by citizenkeys 4827 days ago
One of the nice things about php is how convenient it is to find function details and examples: http://php.net/<function_name>;

The left-hand sidebar also lists all related functions.