- Timestamp:
- 10/16/08 01:05:46 (2 years ago)
- Files:
-
- fResult.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fResult.php
r303 r304 Hide Line Numbers 426 426 427 427 /** 428 * Returns the current position of the pointer in the result set429 *430 * @return integer The current position of the pointer in the result set431 */432 public function getPointer()433 {434 return $this->pointer;435 }436 437 438 /**439 428 * Returns the result 440 429 *
