(PECL tokyo_tyrant >= Unknown)
TokyoTyrant::vanish — Empties the database
Empties a remote database
Ta funkcja nie posiada parametrów.
This method returns the current object and throws TokyoTyrantException on failure.
Przykład #1 TokyoTyrant::vanish example
<?php
$tt = new TokyoTyrant("localhost");
$tt->vanish();
?>