(PECL tokyo_tyrant >= 0.1.0)
Empties the database
public mixed TokyoTyrant::vanish ( void )
Empties a remote database
Returns:
This method returns the current object and throws TokyoTyrantException on failure.
Examples:
TokyoTyrant::vanish() example
<?php $tt = new TokyoTyrant("localhost"); $tt->vanish(); ?>
See also:
Please login to continue.