App\services\Storage::exists PHP Méthode

exists() public static méthode

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