Function CMS_CSV_Writer->get_mime_type

Definitions

sources/files_spreadsheets_write.php

  • Get the mime-type for the spreadsheet.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Mime-type
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the mime-type for the spreadsheet.
 *
 * @return string Mime-type
 */

public function get_mime_type() : string