Result set description class. Contains all the information about a set of records returned by a command.
Located in /FileMaker/Result.php (line 28)
Result object constructor.
Returns the number of records in the filtered result set.
If no range parameters were specified on the Find command, then this value is equal to the result of the getFoundSetCount() method. It is always equal to the value of count($response->getRecords()).
Returns a list of the names of all fields in the records in this result set.
Only the field names are returned. If you need additional information, examine the Layout object provided by the getLayout() method.
Returns the first record in this result set.
Returns the number of records in the entire found set.
Returns the last record in this result set.
Returns a FileMaker_Layout object that describes the layout of this result set.
Returns an array containing each record in the result set.
Each member of the array is a FileMaker_Record object, or an instance of the alternate class you specified to use for records (see FileMaker_Record. The array may be empty if the result set contains no records.
Returns the names of related tables for all portals present in records in this result set.
Returns the number of records in the table that was accessed.
Documentation generated on Tue, 22 May 2007 13:39:09 -0700 by phpDocumentor 1.3.1