コード例 #1
0
/**
 * helper function to mask given array items
 * @param mixed $item
 */
function maskSpecialChars(&$item)
{
    HelperFunctions::htmlMaskArray($item);
}