|
TokyoTyrantTable::genUidGenerate unique id Description
public int TokyoTyrantTable::genUid
( void
)
Generates an unique id inside the table database. In table databases rows are referenced using a numeric primary key. ParametersThis function has no parameters. Return ValuesReturns an unique id or throws TokyoTyrantException on error Examples
Example #1 TokyoTyrantTable::genUid example
<?php The above example will output something similar to: 4 See Also
|