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

search for in the

TokyoTyrant> <예약 상수
[edit] Last updated: Sat, 07 Jan 2012

view this page in

예제

Basic usage

Example #1 Putting and getting a key-value pair

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

위 예제의 출력:

value


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

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