closeCursor() public method

Closes the cursor, freeing the database resources used by this statement.
public closeCursor ( ) : boolean
return boolean TRUE on success, FALSE on failure.
 /**
  * @return mixed
  */
 function closeCursor()
 {
     return $this->stmt->closeCursor();
 }