@@ -370,6 +370,11 @@ function xmlify($str) {
return($buffer);
}}
function unxmlify($s) {
$ret = str_replace('&','&', $s);
$ret = str_replace(array('<','>','"','''),array('<','>','"',"'"),$ret);
return $ret;
}
function hex2bin($s) {
return(pack("H*",$s));
The note is not visible to the blocked user.