Function CMS_CSV_Reader->_read_row

Definitions

sources/files_spreadsheets_read.php

  • Read spreadsheet row.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

  • Row (false: error)
  • Type: ~array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Read spreadsheet row.
 *
 * @return ~array Row (false: error)
 */

protected function _read_row()