<?php function print_line(string $output): void { echo $output . PHP_EOL; } $rel = [ 'noopener' => true, 'external' => false, 'nofollow' => true, ]; print_line(implode(" ", array_keys($rel)));
You have javascript disabled. You will not be able to edit any code.