How to convert return type of ‘get_posts()’ same as ‘wp_get_recent_posts()’?

You have mistake here:

.....
$news = $temp_news.get_post();

remove .get_post() from there.