14 ms·
Actually functions are private by default. "static function main()" seems to work as an entrance point, though, which makes sense somehow...
by clemos 14y ago
Actually functions are private by default.
"static function main()" seems to work as an entrance point, though, which makes sense somehow...
- boofar 14y agoI'm sorry, you're correct of course! Private is the sane default obviously.