TokyoTyrantTable
PHP Manual

TokyoTyrantTable::genUid

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantTable::genUidGenerate unique id

Descrizione

public int TokyoTyrantTable::genUid ( void )

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an unique id or throws TokyoTyrantException on error

Esempi

Example #1 TokyoTyrantTable::genUid() example

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

echo 
$tt->genUid();
?>

Il precedente esempio visualizzerĂ  qualcosa simile a:

4

Vedere anche:


TokyoTyrantTable
PHP Manual