call_user_func_array('debug', array("_POST", $_GET));
mixed call_user_func_array ( callback function [, array param_arr])
Object methods may also be invoked statically using this function by
passing array($objectname, $methodname) to the function parameter.
对象的方法使用的时候采用array('objectname','methodname')
memory_get_usage()