PHP 5.3 added the __DIR__ magic constant, that is same as dirname(__FILE__) . Because dirname() is a function call, this can have a performance overhead of ...
確定! 回上一頁