(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantTable::genUid — Generate unique id
Generates an unique id inside the table database. In table databases rows are referenced using a numeric primary key.
この関数にはパラメータはありません。
Returns an unique id or throws TokyoTyrantException on error
例1 TokyoTyrantTable::genUid example
<?php
$tt = new TokyoTyrantTable("localhost", 1122);
echo $tt->genUid();
?>
上の例の出力は、 たとえば以下のようになります。
4