$method = "my_method_name"; $object->$method(); #### $method = "something"; $object->do_$method();