Install an empty blog.
Creates the new blog tables and options. If calling this function directly, be sure to use switch_to_blog() first, so that $wpdb points to the new blog.
<?php install_blog( $blog_id, $blog_title ); ?>
Since: MU
install_blog() is located in wp-includes/ms-functions.php