Exemple
Utilizarea de bază
Example #1 Stabilirea și obținerea perechilor cheie-valoare
<?php
$tt = new TokyoTyrant("localhost");
$tt->put("key", "value");
echo $tt->get("key");
?>
Exemplul de mai sus va afișa:
value
There are no user contributed notes for this page.
