Function argument_explode:
Defined in module getopt (file: /obj/secure/shell/getopt.c)

assumes the arg passed is the argument to some unix-like
command where ares are space seperated unless enclosed in non-escaped
quotes.
Returns an array of the arguments. and an array of implode info

Prototype:
mixed* argument_explode(string s);
