TokyoTyrantTable::genUid
(PECL tokyo_tyrant >= 0.1.0)
TokyoTyrantTable::genUid — Generate unique id
Opis
public int TokyoTyrantTable::genUid
( void
)
Generates an unique id inside the table database. In table databases rows are referenced using a numeric primary key.
Parametry
Ta funkcja nie posiada parametrów.
Zwracane wartości
Returns an unique id or throws TokyoTyrantException on error
Przykłady
Przykład #1 TokyoTyrantTable::genUid() example
<?php
$tt = new TokyoTyrantTable("localhost", 1122);
echo $tt->genUid();
?>
Powyższy przykład wyświetli coś podobnego do:
4
There are no user contributed notes for this page.
