This function is essentially the same as update_option() but works network wide when using WP Multisite.
<?php update_site_option( $option, $value ); ?>
wp-includes/functions.php
to wp-includes/option.php
.update_site_option()
is located in wp-includes/option.php
.