| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Memcache::setCompressThreshold(No version information available, might be only in CVS) Memcache::setCompressThreshold — Enable automatic compression of large values Beschreibung
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.
Parameter Liste
RückgabewerteGibt bei Erfolg TRUE zurück, im Fehlerfall FALSE. Beispiele
Example#1 Memcache::setCompressThreshold() example
<?php |