Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
mem : 'a -> 'a list -> bool
SYNOPSIS
Tests whether a list contains a certain member.
DESCRIPTION
mem x [x1;...;xn] returns true if some xi in the list is equal to x.
Otherwise it returns false.