Searched refs:htmlencoding (Results 1 – 1 of 1) sorted by relevance
21 * @param string|bool $htmlencoding25 public static function PrintHexBytes($string, $hex=true, $spaces=true, $htmlencoding='UTF-8') { argument37 if (!empty($htmlencoding)) {38 if ($htmlencoding === true) {39 $htmlencoding = 'UTF-8'; // prior to getID3 v1.9.0 the function's 4th parameter was boolean41 $returnstring = htmlentities($returnstring, ENT_QUOTES, $htmlencoding);