Open filp opened 11 years ago
The following two (magic) constants are missing, and would be useful:
__FILE__ : absolute path to the current file __DIR__ : absolute path to the directory of the current file
__FILE__
__DIR__
The following two (magic) constants are missing, and would be useful:
__FILE__
: absolute path to the current file__DIR__
: absolute path to the directory of the current file