TokyoTyrant::restore

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::restoreRestore the database

Opis

public TokyoTyrant::restore ( string $log_dir , int $timestamp [, bool $check_consistency = TRUE ] ) : mixed

Restore the database from the update log.

Ostrzeżenie

This method is not supported on 32bit platforms.

Parametry

log_dir

Directory where the log is

timestamp

Beginning timestamp with microseconds

check_consistency

Whether to check consistency: Default: TRUE

Zwracane wartości

This method returns the current object and throws TokyoTyrantException on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top