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

search for in the

TokyoTyrant::put> <TokyoTyrant::num
[edit] Last updated: Fri, 17 May 2013

view this page in

TokyoTyrant::out

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::outRemoves records

Descrição

public TokyoTyrant TokyoTyrant::out ( mixed $keys )

Removes a record or multiple records. This method accepts a string for a single key or an array of keys for multiple records.

Parâmetros

keys

A string key or an array of string keys

Valor Retornado

This method returns the current object and throws TokyoTyrantException on failure.

Exemplos

Exemplo #1 TokyoTyrant::out() example

<?php
/* Connect to a database on default port */
$tt = new TokyoTyrant("localhost");

$tt->put("test1""value1");
$tt->put("test2""value2");

$tt->out(array("test1""test2"));
?>

Veja Também



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

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