suche nach in der

TokyoTyrantTable::get> <TokyoTyrantTable::add
Last updated: Fri, 25 May 2012

view this page in

TokyoTyrantTable::genUid

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantTable::genUidGenerate unique id

Beschreibung

public int TokyoTyrantTable::genUid ( void )

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

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns an unique id or throws TokyoTyrantException on error

Beispiele

Beispiel #1 TokyoTyrantTable::genUid() example

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

echo 
$tt->genUid();
?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

4

Siehe auch



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

TokyoTyrantTable::get> <TokyoTyrantTable::add
Last updated: Fri, 25 May 2012