The TokyoTyrant class
(PECL tokyo_tyrant >= 0.1.0)
Introduction
The main Tokyo Tyrant class
Class synopsis
$host
[, int $port
= TokyoTyrant::RDBDEF_PORT
[, array $options
]] ) : TokyoTyrantPredefined Constants
TokyoTyrant Constants
TokyoTyrant::RDBDEF_PORT
-
The default port of the Tokyo Tyrant database
TokyoTyrant::RDBQC_STREQ
-
string is equal to
TokyoTyrant::RDBQC_STRINC
-
string is included in
TokyoTyrant::RDBQC_STRBW
-
string begins with
TokyoTyrant::RDBQC_STREW
-
string ends with
TokyoTyrant::RDBQC_STRAND
-
string includes all tokens in
TokyoTyrant::RDBQC_STROR
-
string includes at least one token in
TokyoTyrant::RDBQC_STROREQ
-
string is equal to at least one token in
TokyoTyrant::RDBQC_STRRX
-
string matches regular expressions of
TokyoTyrant::RDBQC_NUMEQ
-
number is equal to
TokyoTyrant::RDBQC_NUMGT
-
number is greater than
TokyoTyrant::RDBQC_NUMGE
-
number is greater than or equal to
TokyoTyrant::RDBQC_NUMLT
-
number is less than
TokyoTyrant::RDBQC_NUMLE
-
number is less than or equal to
TokyoTyrant::RDBQC_NUMBT
-
number is between two tokens of
TokyoTyrant::RDBQC_NUMOREQ
-
number is equal to at least one token in
TokyoTyrant::RDBQC_NEGATE
-
negation flag
TokyoTyrant::RDBQC_NOIDX
-
no index flag
TokyoTyrant::RDBQO_STRASC
-
string ascending
TokyoTyrant::RDBQO_STRDESC
-
string descending
TokyoTyrant::RDBQO_NUMASC
-
number ascending
TokyoTyrant::RDBQO_NUMDESC
-
number descending
TokyoTyrant::RDBIT_LEXICAL
-
lexical string
TokyoTyrant::RDBIT_DECIMAL
-
decimal string
TokyoTyrant::RDBIT_TOKEN
-
token inverted index (Tokyo Tyrant >= 1.1.29)
TokyoTyrant::RDBIT_QGRAM
-
QGRAM inverted index (Tokyo Tyrant >= 1.1.29)
TokyoTyrant::RDBIT_OPT
-
optimize
TokyoTyrant::RDBIT_VOID
-
void
TokyoTyrant::RDBIT_KEEP
-
keep existing index
TokyoTyrant::RDBQCFTS_PH
-
full-text search with the phrase of (Tokyo Tyrant >= 1.1.29)
TokyoTyrant::RDBQCFTS_AND
-
full-text search with all tokens in (Tokyo Tyrant >= 1.1.29)
TokyoTyrant::RDBQCFTS_OR
-
full-text search with at least one token in (Tokyo Tyrant >= 1.1.29)
TokyoTyrant::RDBQCFTS_EX
-
full-text search with the compound expression of (Tokyo Tyrant >= 1.1.29)
TokyoTyrant::RDBQCFTS_AND
-
Metasearch union between records (Tokyo Tyrant >= 1.1.33)
TokyoTyrant::RDBQCFTS_OR
-
Metasearch intersection between records (Tokyo Tyrant >= 1.1.33)
TokyoTyrant::RDBQCFTS_EX
-
Metasearch difference between records (Tokyo Tyrant >= 1.1.33)
TokyoTyrant::RDBT_RECON
-
Whether to reconnect on connection failure. It is recommended to have this parameter on for persistent connections
TokyoTyrant::RDBXOLCK_REC
-
record locking
TokyoTyrant::RDBXOLCK_GLB
-
global locking
TokyoTyrant::RDBREC_INT
-
record type int
TokyoTyrant::RDBREC_DBL
-
record type float (double)
TokyoTyrant::TTE_SUCCESS
-
success
TokyoTyrant::TTE_INVALID
-
invalid operation
TokyoTyrant::TTE_NOHOST
-
host not found
TokyoTyrant::TTE_REFUSED
-
connection refused
TokyoTyrant::TTE_SEND
-
send error
TokyoTyrant::TTE_RECV
-
recv error
TokyoTyrant::TTE_KEEP
-
record exist
TokyoTyrant::TTE_NOREC
-
no record found
TokyoTyrant::TTE_MISC
-
miscellaneous error
Table of Contents
- TokyoTyrant::add — Adds to a numeric key
- TokyoTyrant::connect — Connect to a database
- TokyoTyrant::connectUri — Connects to a database
- TokyoTyrant::__construct — Construct a new TokyoTyrant object
- TokyoTyrant::copy — Copies the database
- TokyoTyrant::ext — Execute a remote script
- TokyoTyrant::fwmKeys — Returns the forward matching keys
- TokyoTyrant::get — The get purpose
- TokyoTyrant::getIterator — Get an iterator
- TokyoTyrant::num — Number of records in the database
- TokyoTyrant::out — Removes records
- TokyoTyrant::put — Puts values
- TokyoTyrant::putCat — Concatenates to a record
- TokyoTyrant::putKeep — Puts a record
- TokyoTyrant::putNr — Puts value
- TokyoTyrant::putShl — Concatenates to a record
- TokyoTyrant::restore — Restore the database
- TokyoTyrant::setMaster — Set the replication master
- TokyoTyrant::size — Returns the size of the value
- TokyoTyrant::stat — Get statistics
- TokyoTyrant::sync — Synchronize the database
- TokyoTyrant::tune — Tunes connection values
- TokyoTyrant::vanish — Empties the database
Vertaling niet beschikbaar
De PHP-handleiding is nog niet in het Nederlands vertaald, dus het scherm is in het Engels. Als u wilt, kunt u het ook in het Frans of in het Duits raadplegen.
Als je de moed voelt, kun je je vertaling aanbieden ;-)
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 30/01/2003 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/php-rf-class.tokyotyrant.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.