Не кешируются данные - Visavi.net
https://visavi.net/
RSS - Visavi.net
https://visavi.net/assets/img/images/logo_small.png
RSS - Visavi.net
https://visavi.net/
[email protected] (admin)
[email protected] (admin)
Tue, 24 Dec 2024 22:14:40 +0300
-
Вот какой код<br>
<pre class="prettyprint">//----- Кеш цветов -----//
function save_color($time = 0) {
if (empty($time) || @filemtime(DATADIR . 'temp/color.dat') < time() - $time) {
$querycol = DB :: $dbh -> query("SELECT `users_login`, `users_color` FROM `users` WHERE `users_color`<>?;", array('')); $allcol = $querycol -> fetchAssoc();
file_put_contents(DATADIR . "temp/color.dat", serialize($allcol), LOCK_EX);
}
}</pre>
что не так здесь?
https://visavi.net/topics/24526/414999
Не кешируются данные
AlyOha
Tue, 30 Aug 2011 14:20:08 +0400
Сообщения
https://visavi.net/topics/24526/414999