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

search for in the

TokyoTyrant> <Constantes pré-définies
[edit] Last updated: Fri, 25 May 2012

view this page in

Exemples

Utilisation simple

Exemple #1 Insertion et récupération d'une paire clé-valeur

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

L'exemple ci-dessus va afficher :

value


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

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