I need to get something off my chest. First, I’d like you to examine the following code: class Test { public function output () { return 'Hello, world!'; } } function test () { return 'Hello, world!'; } $start = microtime(true); for ($i = 0; $i < 10000000; $i++) { test(); } [...]
No related posts.
↧