PHP 5.3 introduced the magic constant __DIR__ which is equivalent to dirname( __FILE__ ) and more efficient to use - function call vs native ...
確定! 回上一頁