- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
function getFlatsParametrsById(int $id) {
        //...
        $cache_time = 3600 * 24 * 31;
        $postId = substr($id, -2);
        $cache_time += 720 * $postId;
        //...
        $obCache = new CPHPCache;
        if ($obCache->InitCache($cache_time, $cache_id, $cache_dir)) {
        //...
 Follow us!
 Follow us!