-
Notifications
You must be signed in to change notification settings - Fork 235
FetchRow
Troy Davisson edited this page Mar 5, 2016
·
2 revisions
Note: This page documents capabilities available in the older 1.x version. Please see this repository's README file for the new 2.x version documentation.
FetchRow ( string $pointer_id )
Returns a row from the referenced SearchQuery()
$pointer_id
- The returned value from SearchQuery()
Array
Returns an array representing one record from the referenced SearchQuery(). Array keys are field names. Array values are field values. Returns FALSE if no more rows to return
See SearchQuery() examples