I am writing a plugin for my plugins directory and I am using register_activation_hook();
and register_deactivation_hook();
and within the functions written for each one of these I need to obtain the ID of the blog for which the plugin is being activated or deactivated. I figured some veteran coder here would know how to do that.