Implementation of a find-iterator which delivers statements or quads.
This Iterator should be used in a for-loop like: for($iterator = $memmodel->iterFind(null,null,null,null); $iterator->valid(); $iterator->next()) { $statement=$iterator->current(); };
Located in /util/IterFind.php (line 24)
Constructor.
$subject, $predicate, and $object are used like find(). $graph has to be a reference to the graph to search in.
Documentation generated on Fri, 1 Jun 2007 16:49:38 +0200 by phpDocumentor 1.3.2