sCache icon indicating copy to clipboard operation
sCache copied to clipboard

Kolay PHP Cache sistemi sadece 1 satırda cache sisteminizi kurun.

Results 1 sCache issues
Sort by recently updated
recently updated
newest added

if(! defined('S_CACHE_DIRECTORY') ) define ('SBX_CACHE_DIRECTORY', './sCache'); // Directory where html files are cached. if (isset($options)) { if (is_array($options)) { $this->dir = (isset($options['dir']) ? $options['dir'] : S_CACHE_DIRECTORY); $this->buffer = (isset($options['buffer']) ?...