__FILE__ is a native global variable that holds the path of the script that's being executed, and dirname(__FILE__) will return the directory ...
確定! 回上一頁