downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

TokyoTyrantTable> <TokyoTyrant::tune
[edit] Last updated: Fri, 25 May 2012

view this page in

TokyoTyrant::vanish

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::vanishデータベースを空にする

説明

public mixed TokyoTyrant::vanish ( void )

リモートデータベースを空にします。

パラメータ

この関数にはパラメータはありません。

返り値

現在のオブジェクトを返します。失敗した場合は TokyoTyrantException をスローします。

例1 TokyoTyrant::vanish() の例

<?php
$tt 
= new TokyoTyrant("localhost");
$tt->vanish();
?>

参考



add a note add a note User Contributed Notes TokyoTyrant::vanish
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites