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

search for in the

TokyoTyrant> <Öntanımlı Sabitler
[edit] Last updated: Fri, 23 Mar 2012

view this page in

Örnekler

Basic usage

Örnek 1 Putting and getting a key-value pair

<?php
$tt 
= new TokyoTyrant("localhost");
$tt->put("key""value");
echo 
$tt->get("key");
?>

Yukarıdaki örneğin çıktısı:

value


add a note add a note User Contributed Notes Örnekler
There are no user contributed notes for this page.

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