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

Brian Moon's Blog: PDO Turbo Button

M. Norway\'s Blog: Podcast player in Flash! PHP Script to Convert RSS to XSPF

WebDevLogs.com: Which way to get the PHP self script name is the fastest?

Gonzalo Ayuso's Blog: PHP Template Engine Comparison. Part 2 (vs Plain PHP)

O\'Reilly: ONLamp 2005 Survey Results


Community Events











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


release interview opinion symfony2 rest usergroup testing language unittest framework introduction phpunit database zendframework2 podcast community development conference series functional

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