To get the absolute path to the directory where the current file is located use the __DIR__ magic constant. echo "Our script is located in the:" , __DIR__ ...
確定! 回上一頁