Base Result object.
Located in /FileMaker/Result.php (line 26)
Result constructor.
Returns the number of records in the set that was actually returned. If no range parameters were specified this will be equal to the result of getFoundSetCount(). It will always be equal to the value of count($response->getRecords()).
Return a list of the names of all fields in the records that are part of this response. Just the names are returned; if additional information is required then Layout object provided by getLayout() must be consulted.
Returns the number of records in the entire found set.
Get the FileMaker_Layout object describing the layout of this response.
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 class name set in the API for instantiating Records. The array may be empty if the response contains no records.
Return the names of all related sets present in this record.
Returns the number of records in the table that was accessed.
Documentation generated on Thu, 06 Jul 2006 15:52:34 -0700 by phpDocumentor 1.2.3