Function HttpDownloader->detect_character_encoding

Definitions

sources/http.php

  • Try a bit harder to detect the character encoding, in case it was not in an HTTP header.Perform a data conversion is requested.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Try a bit harder to detect the character encoding, in case it was not in an HTTP header.Perform a data conversion is requested.
 *
 */

protected function detect_character_encoding()