Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16439 программистов и 1786 роботов. Сейчас ищут 1995 программистов ...
TokyoTyrant::copy - Copies the database
Вернуться к: TokyoTyrant
TokyoTyrant::copy
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrant::copy — Copies the database
Список параметров
-
path
-
Path to where to copy the database. The user running the remote database must have a write access to the directory.
Возвращаемые значения
This method returns the current object and throws TokyoTyrantException on failure.
Примеры
Пример #1 TokyoTyrant::copy() example
<?php
$tt = new TokyoTyrant("localhost", 1978);
$tt->copy("/tmp/foobar.tct");
?>
Вернуться к: TokyoTyrant