tokyo_tyrant
PHP Manual

Examples

استفاده اساسی

Example #1 قرار دادن و دریافت key-value

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

The above example will output:

value

tokyo_tyrant
PHP Manual