コード例 #1
0
ファイル: textcleaner.php プロジェクト: txmodxoops/rmcommon
function decode_entities_chr($matches)
{
    return TextCleaner::decode_entities_chr($matches);
}