App\Libraries\Utils::basePath PHP 메소드

basePath() 공개 정적인 메소드

public static basePath ( )
    public static function basePath()
    {
        return substr($_SERVER['SCRIPT_NAME'], 0, strrpos($_SERVER['SCRIPT_NAME'], '/') + 1);
    }