PHP 8.0.30
Preview: NameFilter.php Size: 1.15 KB
/home/certprox/template.certproxywizard.com/wp-includes/SimplePie/src/Cache/NameFilter.php

<?php

// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause

declare(strict_types=1);

namespace SimplePie\Cache;

/**
 * Interface for creating a cache filename
 */
interface NameFilter
{
    /**
     * Method to create cache filename with.
     *
     * The returning name MUST follow the rules for keys in PSR-16.
     *
     * @link https://www.php-fig.org/psr/psr-16/
     *
     * The returning name MUST be a string of at least one character
     * that uniquely identifies a cached item, MUST only contain the
     * characters A-Z, a-z, 0-9, _, and . in any order in UTF-8 encoding
     * and MUST not longer then 64 characters. The following characters
     * are reserved for future extensions and MUST NOT be used: {}()/\@:
     *
     * A provided implementing library MAY support additional characters
     * and encodings or longer lengths, but MUST support at least that
     * minimum.
     *
     * @param string $name The name for the cache will be most likely an url with query string
     *
     * @return string the new cache name
     */
    public function filter(string $name): string;
}

Directory Contents

Dirs: 0 × Files: 13

Name Size Perms Modified Actions
1.83 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
3.50 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
1.48 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
2.73 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
3.62 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
32.33 KB lrw-r--r-- 2026-07-26 21:24:57
Edit Download
2.91 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
3.63 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
3.74 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
13.38 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
1.15 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
3.18 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download
4.20 KB lrw-r--r-- 2025-09-16 19:47:32
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).