|
dbplus_findSet a constraint on a relation Description
int dbplus_find
( resource
$relation
, array $constraints
, mixed $tuple
)
Places a constraint on the given Further calls to functions like dbplus_curr or dbplus_next will only return tuples matching the given constraints. Parameters
Return Values
NotesWarning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. See Also
|