TokyoTyrantTable::genUid

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantTable::genUidGenerate unique id

Açıklama

public TokyoTyrantTable::genUid ( void ) : int

Generates an unique id inside the table database. In table databases rows are referenced using a numeric primary key.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns an unique id or throws TokyoTyrantException on error

Örnekler

Örnek 1 TokyoTyrantTable::genUid() example

<?php
$tt 
= new TokyoTyrantTable("localhost"1122);

echo 
$tt->genUid();
?>

Yukarıdaki örnek şuna benzer bir çıktı üretir:

4

Ayrıca Bakınız