function HOGE($str) {
print htmlspecialchars($str);
}

HOGE("htmlspecialchars+printしたい文字");