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)
The current NamedGraph
The graph to look in.
The object Resource to search for
The predicate Resource to search for
The subject Resource to search for
The current position
boolean value, if the results should be returned as Quads
If the current resource is valid
Constructor.
$subject, $predicate, and $object are used like find(). $graph has to be a reference to the graph to search in.
Documentation generated on Mon, 26 Jun 2006 14:25:34 +0200 by phpDocumentor 1.3.0RC6