__DIR__ is a "magic constant" in PHP 5.3 or above which always refers to the current directory of the file from which it is called.
確定! 回上一頁