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

search for in the

TokyoTyrantTable::put> <TokyoTyrantTable::getQuery
[edit] Last updated: Fri, 24 Jun 2011

view this page in

TokyoTyrantTable::out

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrantTable::outحذف رکوردها

Description

public void TokyoTyrantTable::out ( mixed $keys )

حذف رکوردها از جدول پایگاه داده.

Parameters

keys

یک عدد صحیح یا آرایه‌ای از اعداد صحیح

Return Values

این متد شی فعلی را باز می‌گرداند و در صورت خطا TokyoTyrantException ایجاد می‌کند.

Examples

Example #1 مثال TokyoTyrantTable::out()

<?php
/* Connect to a table database */
$tt = new TokyoTyrantTable("localhost"1979);

/* Passing null to put generates a new uid */
$index $tt->put(null, array("column1" => "some data""column2" => "more data"));

/* Delete the row */
$tt->out($index);
?>

See Also



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

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