X7ROOT File Manager
Current Path:
/home/iptvzxij/public_html/wp-includes/SimplePie/library/SimplePie/Cache
home
/
iptvzxij
/
public_html
/
wp-includes
/
SimplePie
/
library
/
SimplePie
/
Cache
/
📁
..
📄
Base.php
(573 B)
📄
DB.php
(560 B)
📄
File.php
(565 B)
📄
Memcache.php
(593 B)
📄
Memcached.php
(600 B)
📄
MySQL.php
(572 B)
📄
Redis.php
(572 B)
Editing: Memcache.php
<?php // SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue // SPDX-License-Identifier: BSD-3-Clause declare(strict_types=1); use SimplePie\Cache\Memcache; class_exists('SimplePie\Cache\Memcache'); // @trigger_error(sprintf('Using the "SimplePie_Cache_Memcache" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Memcache" instead.'), \E_USER_DEPRECATED); /** @phpstan-ignore-next-line */ if (\false) { /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Memcache" instead */ class SimplePie_Cache_Memcache extends Memcache { } }
Upload File
Create Folder