News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

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 code results sheel script name fastest benchmark code results




Community Events









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


database zend PHP5 mysql cakephp developer example releases PEAR framework security zendframework code book job ajax application package release conference

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