略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: TokyoTyrantTable::genUid

2024-04-26

TokyoTyrantTable::genUid

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantTable::genUidGenerate unique id

说明

public TokyoTyrantTable::genUid ( void ) : int

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

参数

此函数没有参数。

返回值

Returns an unique id or throws TokyoTyrantException on error

范例

Example #1 TokyoTyrantTable::genUid() example

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

echo 
$tt->genUid();
?>

以上例程的输出类似于:

4

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/tokyotyranttable.genuid.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3