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

search for in the

TokyoTyrant> <Constante predefinite
[edit] Last updated: Fri, 17 May 2013

view this page in

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


add a note add a note User Contributed Notes Exemple - [0 notes]
There are no user contributed notes for this page.

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