What is this __DIR__

This is a magic constant, that mean you cannot change its value, but the value can be different depends where it is used (some magic constants have different value in the few lines bellow).
You can check all of the magic constants here: https://www.php.net/manual/en/language.constants.magic.php
 
Back
Top