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

search for in the

TokyoTyrant> <Stałe predefiniowane
[edit] Last updated: Fri, 23 Mar 2012

view this page in

Przykłady

Basic usage

Przykład #1 Putting and getting a key-value pair

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

Powyższy przykład wyświetli:

value


add a note add a note User Contributed Notes Przykłady
There are no user contributed notes for this page.

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