|
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-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns an unique id or throws TokyoTyrantException on error Beispiele
Beispiel #1 TokyoTyrantTable::genUid example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: 4 Siehe auch
|