|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-02-27 20:02 UTC] helly@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 12 13:00:01 2026 UTC |
Description: ------------ If can iterator over PDOStatement like $stmt->execute(..) $stmt->setFetchMode(PDO_..); foreach($stmt as $blah) { ... } shouldn't PDOStatement implement the Traversable interface, or even more ideally either Iterator or IteratorAggregate?