Example #1
0
function wc2_is_Em($val){
	$res = WC2_Utils::is_Em($val);
	return $res;
}