Examples
استفاده اساسی
Example #1 قرار دادن و دریافت key-value
<?php
$tt = new TokyoTyrant("localhost");
$tt->put("key", "value");
echo $tt->get("key");
?>
The above example will output:
value
There are no user contributed notes for this page.
استفاده اساسی
Example #1 قرار دادن و دریافت key-value
<?php
$tt = new TokyoTyrant("localhost");
$tt->put("key", "value");
echo $tt->get("key");
?>
The above example will output:
value