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

search for in the

TokyoTyrantTable::getQuery> <TokyoTyrantTable::get
[edit] Last updated: Fri, 23 Mar 2012

view this page in

TokyoTyrantTable::getIterator

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

TokyoTyrantTable::getIteratorGet an iterator

Açıklama

public TokyoTyrantIterator TokyoTyrantTable::getIterator ( void )

Gets an iterator for iterating all keys / values in the database.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

This method returns TokyoTyrantIterator object and throws TokyoTyrantException on failure.

Örnekler

Örnek 1 TokyoTyrantTable::getIterator() example

<?php
$tt 
= new TokyoTyrantTable("localhost");
$it $tt->getIterator();

foreach (
$it as $k => $v) {
  
var_dump($k$v);
}
?>

Ayrıca Bakınız



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

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