BBCode::_UnHTMLEncode_chr_hexdec_callback( $match )


Description Description


Source Source

File: includes/admin/parser.php

function _UnHTMLEncode_chr_hexdec_callback($match) {
return chr(hexdec($match[1]));
}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.