News Feed
Jobs Feed
Sections




News Archive
WebDevLogs.com:
Which way to get the PHP self script name is the fastest?
January 12, 2007 @ 15:36:00

From the WebDevLogs.com blog today, there's some benchmarking results from Mgcci's look at PHP's methods for grabbing some common data - the script's own name. This includes the "magic" call to __FILE__:

The result shows that __FILE__ is the fastest, so use that when you don't have to use any other method to find the script's self. __FILE__ is a built in constant show the location of the running script.

He gives the benchmark output (time measurement) and includes the code that he used to perform the tests.

0 comments voice your opinion now!
sheel script name fastest benchmark results sheel script name fastest benchmark results


blog comments powered by Disqus

Similar Posts

David Sklar's Blog: Visiting each character in a string

Philip Olson's Blog: 20 possible reasons why PHP function names and parameters are weird

Paul Jones' Blog: How Fast Is Your Framework?

Richard Thomas' Blog: Direction of Zend Framework?

Justin Silverton\'s Blog: Converting PHP Scripts to Windows Apps


Community Events









Don't see your event here?
Let us know!


development api opinion community unittest tool podcast framework example zendframework2 introduction code interview functional event object composer release testing language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework