PHP Doku:: Beispiele - tokyo-tyrant.examples.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische Datenbankerweiterungentokyo_tyrantBeispiele

Ein Service von Reinhard Neidl - Webprogrammierung.

tokyo_tyrant

<<Vordefinierte Konstanten

The TokyoTyrant class>>

Beispiele

Basic usage

Beispiel #1 Putting and getting a key-value pair

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

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

value

Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)