who = $who; $this->func = $func; } function call($what) { // now call it eval(''.$this->func.'($what,$this->who,$this);'); } } ?>