Hacker News new | ask | show | jobs
by clemos 5114 days ago
Actually functions are private by default.

"static function main()" seems to work as an entrance point, though, which makes sense somehow...

1 comments

I'm sorry, you're correct of course! Private is the sane default obviously.