downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

TokyoTyrantTable::get> <TokyoTyrantTable::add
[edit] Last updated: Fri, 24 Jun 2011

view this page in

TokyoTyrantTable::genUid

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantTable::genUidتولید id منحصر بفرد

Description

public int TokyoTyrantTable::genUid ( void )

id منحصر بفرد در داخل جدول پایگاه داده تولید می‌کند. در پایگاه داده‌های چدولی ردیف‌ها با استفاده از کلید ویژه عددی ارجاع می‌گردند.

Parameters

This function has no parameters.

Return Values

بازگرداندن id منحصر بفرد یا TokyoTyrantException در صورت خطا

Examples

Example #1 مثال TokyoTyrantTable::genUid()

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

echo 
$tt->genUid();
?>

The above example will output something similar to:

4

See Also



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites