$details) { $robots_txt .= 'User-agent: '.$robot."\n"; $robots_table .= '| '.$robot.' | '.$details['operator'].' | '.$details['respect'].' | '.$details['function'].' | '.$details['frequency'].' | '.$details['description'].' | '."\n"; } $robots_txt .= 'Disallow: /'; var_dump($robots_txt); var_dump($robots_table); file_put_contents('robots.txt', $robots_txt); file_put_contents('table-of-bot-metrics.md', $robots_table);