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

search for in the

TokyoTyrant::stat> <TokyoTyrant::setMaster
[edit] Last updated: Fri, 24 Jun 2011

view this page in

TokyoTyrant::size

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::sizeبازگرداندن اندازه مقدار

Description

public int TokyoTyrant::size ( string $key )

بازگرداندن اندازه مقدار با استفاده از کلید

Parameters

key

کلید برای دریافت اندازه

Return Values

بازگرداندن اندازه کلید یا ایجاد TokyoTyrantException در صورت خطا

Examples

Example #1 مثال TokyoTyrant::size()

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

$tt->put("test_key""12345");

echo 
$tt->size("test_key");
?>

The above example will output:

5



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

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