Re: what is this: dirname(__FILE__)?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Aug 1, 2005, at 3:18 AM, Robert Cummings wrote:

On Sun, 2005-07-31 at 20:04, Sam Smith wrote:

I don't recognize this something(__SOMETHING__) format. I know what it's
doing but I don't know how it's doing it.


Constants of the type __SOMETHING__ are historical constants for
retrieving contextual information about the source code in which the
constant is found. For instance __FILE__ indicates the name of the
source file in which the __FILE__ constant is found. This nomenclature
dates back to at least C and is probably kept for historical reasons
since everyone knows C is da bomb!


Not that C is not 'da bomb' or any less hip, but here is the short version : http://www.php.net/manual/en/language.constants.predefined.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux