Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/libraries/smartslider3/src/Framework/Cache/Storage/AbstractStorage.php
Назад
<?php namespace Nextend\Framework\Cache\Storage; abstract class AbstractStorage { protected $paths = array(); public function isFilesystem() { return false; } public abstract function clearAll($scope = 'notweb'); public abstract function clear($group, $scope = 'notweb'); public abstract function exists($group, $key, $scope = 'notweb'); public abstract function set($group, $key, $value, $scope = 'notweb'); public abstract function get($group, $key, $scope = 'notweb'); public abstract function remove($group, $key, $scope = 'notweb'); public abstract function getPath($group, $key, $scope = 'notweb'); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка