Function __global->_get_boms

Definitions

sources/global3.php

  • Find available byte-order-marks we support.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • A map between character sets and BOM byte strings
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find available byte-order-marks we support.
 *
 * @return array A map between character sets and BOM byte strings
 */

function _get_boms() : array