|
Memcache::setCompressThresholdmemcache_set_compress_threshold大きな値に対する自動圧縮処理を有効にする 説明
bool Memcache::setCompressThreshold(int
$threshold, float $min_savings = ?)bool memcache_set_compress_threshold(Memcache
$memcache, int $threshold, float $min_savings = ?)Memcache::setCompressThreshold は、 大きな値に対して自動圧縮処理を有効にします。
パラメータ
戻り値
成功した場合に 例
例1 Memcache::setCompressThreshold の例 |