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
infixes : unit -> (string * (int * string)) list

SYNOPSIS
Lists the infixes currently recognized by the parser.

DESCRIPTION
The function infixes should be applied to the unit () and will then return a list of all the infixes currently recognized by the parser together with their precedence and associativity (left or right).

FAILURE CONDITIONS
Never fails.

SEE ALSO
get_infix_status, parse_as_infix, unparse_as_infix.