I'm using PHP 7.2.0
Below is a description of magic constant __FILE__
:
The full path and filename of the file with symlinks resolved. If used inside an include, the name of the included file is returned.
I didn't understand meaning of the clause "filename of the file with symlinks resolved"
Someone please make me understand the meaning of this clause with demonstrative suitable example of usage of magic constant __FILE__
accompanied by appropriate explanation.