Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16480 программистов и 1785 роботов. Сейчас ищет 1371 программист ...
TokyoTyrant::restore - Restore the database
Вернуться к: TokyoTyrant
TokyoTyrant::restore
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrant::restore — Restore the database
Описание
public mixed TokyoTyrant::restore
( string
$log_dir
, int $timestamp
[, bool $check_consistency
= true
] )Restore the database from the update log.
Внимание
This method is not supported on 32bit platforms.
Список параметров
-
log_dir
-
Directory where the log is
-
timestamp
-
Beginning timestamp with microseconds
-
check_consistency
-
Whether to check consistency: Default:
TRUE
Возвращаемые значения
This method returns the current object and throws TokyoTyrantException on failure.
Вернуться к: TokyoTyrant