App\services\Storage::exists PHP 메소드

exists() 공개 정적인 메소드

public static exists ( $filename )
    public static function exists($filename)
    {
        return file_exists($filename);
    }