Memcache::setCompressThreshold(PECL memcache >= 2.0.0) Memcache::setCompressThreshold — Enable automatic compression of large values Описание
bool Memcache::setCompressThreshold
( int $threshold
[, float $min_savings
] )
Memcache::setCompressThreshold() enables automatic compression of large values. You can also use the memcache_set_compress_threshold() function.
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 Memcache::setCompressThreshold() example
<?php |
||