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